summaryrefslogtreecommitdiff
path: root/test/Assembler/2005-01-03-FPConstantDisassembly.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2005-01-03-FPConstantDisassembly.ll')
-rw-r--r--test/Assembler/2005-01-03-FPConstantDisassembly.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2005-01-03-FPConstantDisassembly.ll b/test/Assembler/2005-01-03-FPConstantDisassembly.ll
index bd0d389ff7..7dfa0e5404 100644
--- a/test/Assembler/2005-01-03-FPConstantDisassembly.ll
+++ b/test/Assembler/2005-01-03-FPConstantDisassembly.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis | grep '1.0'
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep '1.0'
double %test() {
ret double 1.0 ;; This should not require hex notation