Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / IndVarsSimplify / 2003-04-16-ExprAnalysis.ll
index 450c6c21ae9cb5f8981089ec159f283a4e7427d0..2f198255ebf3422839a160e20310dd2f56037bfd 100644 (file)
@@ -1,7 +1,7 @@
 ; This is a test case for the expression analysis code, not really indvars.
 ; It was assuming any constant of int type was a ConstantInteger.
 ;
-; RUN: as < %s | opt -indvars
+; RUN: llvm-upgrade < %s | llvm-as | opt -indvars
 
 %X = global int 7