diff options
Diffstat (limited to 'test/CodeGen/X86/overlap-shift.ll')
| -rw-r--r-- | test/CodeGen/X86/overlap-shift.ll | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/overlap-shift.ll b/test/CodeGen/X86/overlap-shift.ll index e987495f2c01..c1e15f9894aa 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: llc < %s -march=x86 -x86-asm-syntax=intel | \ +; RUN: llc < %s -mtriple=i686-- -x86-asm-syntax=intel | \  ; RUN:   not grep "mov E.X, E.X"  @G = external global i32                ; <i32*> [#uses=1]  | 
