Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / SimplifyCFG / branch-fold-test.ll
index bb6c5fed3bb2d4b7ba506e48c55917738d578cb7..3bbb101ef47f96c717fdbe8b88e2fe1c3511c74d 100644 (file)
@@ -1,7 +1,7 @@
 ; This test ensures that the simplifycfg pass continues to constant fold
 ; terminator instructions.
 
-; RUN: llvm-as < %s | opt -simplifycfg | not grep br
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplifycfg | not grep br
 
 int %test(int %A, int %B) {
 J: