diff options
Diffstat (limited to 'llvm/test/Assembler/2005-01-03-FPConstantDisassembly.ll')
-rw-r--r-- | llvm/test/Assembler/2005-01-03-FPConstantDisassembly.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2005-01-03-FPConstantDisassembly.ll b/llvm/test/Assembler/2005-01-03-FPConstantDisassembly.ll index 719b15978e5..4a9046d02bd 100644 --- a/llvm/test/Assembler/2005-01-03-FPConstantDisassembly.ll +++ b/llvm/test/Assembler/2005-01-03-FPConstantDisassembly.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llvm-dis | grep 1.0 -; RUN: verify-uselistorder %s -preserve-bc-use-list-order +; RUN: verify-uselistorder %s define double @test() { ret double 1.0 ;; This should not require hex notation |