summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/mul-shift-reassoc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/mul-shift-reassoc.ll')
-rw-r--r--test/CodeGen/X86/mul-shift-reassoc.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/mul-shift-reassoc.ll b/test/CodeGen/X86/mul-shift-reassoc.ll
index f0ecb5bd08..3777d8b8cf 100644
--- a/test/CodeGen/X86/mul-shift-reassoc.ll
+++ b/test/CodeGen/X86/mul-shift-reassoc.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep lea
-; RUN: llvm-as < %s | llc -march=x86 | not grep add
+; RUN: llc < %s -march=x86 | grep lea
+; RUN: llc < %s -march=x86 | not grep add
define i32 @test(i32 %X, i32 %Y) {
; Push the shl through the mul to allow an LEA to be formed, instead