summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/dag-rauw-cse.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/dag-rauw-cse.ll')
-rw-r--r--test/CodeGen/X86/dag-rauw-cse.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/dag-rauw-cse.ll b/test/CodeGen/X86/dag-rauw-cse.ll
index ba84711c03..edcfeb78a4 100644
--- a/test/CodeGen/X86/dag-rauw-cse.ll
+++ b/test/CodeGen/X86/dag-rauw-cse.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep {orl \$1}
+; RUN: llc < %s -march=x86 | grep {orl \$1}
; PR3018
define i32 @test(i32 %A) nounwind {