Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / SimplifyCFG / UncondBranchToReturn.ll
index 6e943f35fb1e0c86ea1af6adc5164ca2b60f342a..a3ed678c1beefc2afd27c9d7462ca227970b3686 100644 (file)
@@ -2,7 +2,7 @@
 ; a PHI node and a return.  Make sure the simplify cfg can straighten out this
 ; important case.  This is basically the most trivial form of tail-duplication.
 
-; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | not grep 'br label'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplifycfg | llvm-dis | not grep 'br label'
 
 int %test(bool %B, int %A, int %B) {
        br bool %B, label %T, label %F