aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/store_op_load_fold.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/store_op_load_fold.ll')
-rw-r--r--test/CodeGen/X86/store_op_load_fold.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/store_op_load_fold.ll b/test/CodeGen/X86/store_op_load_fold.ll
index 3c844be..d3ad909 100644
--- a/test/CodeGen/X86/store_op_load_fold.ll
+++ b/test/CodeGen/X86/store_op_load_fold.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep 'mov'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep 'mov'
;
; Test the add and load are folded into the store instruction.