X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Foverlap-shift.ll;h=11673cf92827cf25a548364e07f45b50cd33033d;hb=d3b1f6d3e0597baa77bf54cfe072c2fe974f56c1;hp=48f91e0cba9cacaac9b2390dec81b75c67a922da;hpb=d065c813c83fe4738827940d07b0a4a6d2a2a449;p=oota-llvm.git diff --git a/test/CodeGen/X86/overlap-shift.ll b/test/CodeGen/X86/overlap-shift.ll index 48f91e0cba9..11673cf9282 100644 --- a/test/CodeGen/X86/overlap-shift.ll +++ b/test/CodeGen/X86/overlap-shift.ll @@ -6,7 +6,8 @@ ; Check that the shift gets turned into an LEA. -; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | not grep 'mov E.X, E.X' +; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | \ +; RUN: not grep {mov E.X, E.X} %G = external global int