summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/mul-remat.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/mul-remat.ll')
-rw-r--r--test/CodeGen/X86/mul-remat.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/mul-remat.ll b/test/CodeGen/X86/mul-remat.ll
index ffc8cc0ba6..3fa005079d 100644
--- a/test/CodeGen/X86/mul-remat.ll
+++ b/test/CodeGen/X86/mul-remat.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep mov | count 1
+; RUN: llc < %s -march=x86 | grep mov | count 1
; PR1874
define i32 @test(i32 %a, i32 %b) {