summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2006-08-21-ExtraMovInst.ll')
-rw-r--r--test/CodeGen/X86/2006-08-21-ExtraMovInst.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll b/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll
index c1d81d52b9..a19d8f7092 100644
--- a/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll
+++ b/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=i386 | \
+; RUN: llc < %s -march=x86 -mcpu=i386 | \
; RUN: not grep {movl %eax, %edx}
define i32 @foo(i32 %t, i32 %C) {