summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/overlap-shift.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/overlap-shift.ll')
-rw-r--r--test/CodeGen/X86/overlap-shift.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/overlap-shift.ll b/test/CodeGen/X86/overlap-shift.ll
index 7584a70b5a..c1fc041e7d 100644
--- a/test/CodeGen/X86/overlap-shift.ll
+++ b/test/CodeGen/X86/overlap-shift.ll
@@ -6,7 +6,7 @@
; Check that the shift gets turned into an LEA.
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | \
+; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | \
; RUN: not grep {mov E.X, E.X}
@G = external global i32 ; <i32*> [#uses=1]