Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / CodeGen / X86 / overlap-shift.ll
index 48f91e0cba9cacaac9b2390dec81b75c67a922da..14f3546cc16110e886d2872463c624ddc3f4a4b9 100644 (file)
@@ -6,7 +6,7 @@
 
 ; Check that the shift gets turned into an LEA.
 
 
 ; 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 | not grep 'mov E.X, E.X'
 
 %G = external global int
 
 
 %G = external global int