diff options
Diffstat (limited to 'test/Assembler/half-conv.ll')
-rw-r--r-- | test/Assembler/half-conv.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Assembler/half-conv.ll b/test/Assembler/half-conv.ll index 70a6b86c39..e6f73cf71c 100644 --- a/test/Assembler/half-conv.ll +++ b/test/Assembler/half-conv.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -O3 -S | FileCheck %s +; RUN: verify-uselistorder %s ; Testing half to float conversion. define float @abc() nounwind { |