aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fp_load_cast_fold.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fp_load_cast_fold.llx')
-rw-r--r--test/CodeGen/X86/fp_load_cast_fold.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fp_load_cast_fold.llx b/test/CodeGen/X86/fp_load_cast_fold.llx
index 7459c00..b134695 100644
--- a/test/CodeGen/X86/fp_load_cast_fold.llx
+++ b/test/CodeGen/X86/fp_load_cast_fold.llx
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep fild | not grep ESP
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep fild | not grep ESP
double %short(short* %P) {
%V = load short* %P
%V2 = cast short %V to double