Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / LICM / no-preheader-test.ll
index 8d2eef993303b06041ce79061e6cbe466e3a4964..954857ae3b1d9c6ae990523df5b8bfc3df9c4152 100644 (file)
@@ -1,5 +1,5 @@
 ; Test that LICM works when there is not a loop-preheader
-; RUN: llvm-as < %s | opt -licm | llvm-dis
+; RUN: llvm-upgrade < %s | llvm-as | opt -licm | llvm-dis
 
 void "testfunc"(int %i, bool %ifcond) {
        br bool %ifcond, label %Then, label %Else