Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / IndVarsSimplify / variable-stride-ivs.ll
index d04968d4ea03f314ccc98e4d9fe71c81ed6e9ff9..a8883ffa9f2ed5786c65a1db573bb0d1e0720342 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -indvars -instcombine | llvm-dis | grep 'store int 0'
+; RUN: llvm-upgrade < %s | llvm-as | opt -indvars -instcombine | llvm-dis | grep 'store int 0'
 ; Test that -indvars can reduce variable stride IVs.  If it can reduce variable
 ; stride iv's, it will make %iv. and %m.0.0 isomorphic to each other without 
 ; cycles, allowing the tmp.21 subtraction to be eliminated.