Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / IndVarsSimplify / tripcount_compute.llx
index ae30c15b4e282c26d786c55d78df9822f6a3d674..733fa1d3ef8af9e119866dd56af21b394de60774 100644 (file)
@@ -3,7 +3,7 @@
 ; the exit value of the loop will be for some value, allowing us to substitute
 ; it directly into users outside of the loop, making the loop dead.
 ;
-; RUN: llvm-as < %s | opt -indvars -adce -simplifycfg | llvm-dis | not grep br
+; RUN: llvm-upgrade < %s | llvm-as | opt -indvars -adce -simplifycfg | llvm-dis | not grep br
 
 int %linear_setne() {   ;; for (i = 0; i != 100; ++i)
 entry: