summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/shift-one.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/shift-one.ll')
-rw-r--r--test/CodeGen/X86/shift-one.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/shift-one.ll b/test/CodeGen/X86/shift-one.ll
index dd49b7e04c..0f80f90c77 100644
--- a/test/CodeGen/X86/shift-one.ll
+++ b/test/CodeGen/X86/shift-one.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep leal
+; RUN: llc < %s -march=x86 | not grep leal
@x = external global i32 ; <i32*> [#uses=1]