aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/store-fp-constant.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/store-fp-constant.ll')
-rw-r--r--test/CodeGen/X86/store-fp-constant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/store-fp-constant.ll b/test/CodeGen/X86/store-fp-constant.ll
index 6dc0cb600f..4d1d708a1a 100644
--- a/test/CodeGen/X86/store-fp-constant.ll
+++ b/test/CodeGen/X86/store-fp-constant.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep rodata
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep rodata
;
; Check that no FP constants in this testcase ends up in the
; constant pool.