Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / CodeGen / X86 / store_op_load_fold.ll
index 3c844be605be1b66b9c529471baf02beeda4034c..d3ad90984c07bb8d88606793027d83877dc63fc2 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep 'mov'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep 'mov'
 ;
 ; Test the add and load are folded into the store instruction.