summaryrefslogtreecommitdiff
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 acef174638..66d0e47c6d 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: llc < %s -march=x86 | not grep mov
;
; Test the add and load are folded into the store instruction.