Fix InstCombine/2007-10-31-StringCrash.ll by removing an obvious
[oota-llvm.git] / test / Transforms / SCCP / basictest.ll
index 0825d0dbd81df16bd9c9b05ad62c9813868d9e6e..417f847e64a6720aefa13c005bb205e0a09715fb 100644 (file)
@@ -1,7 +1,7 @@
 ; This is a basic sanity check for constant propogation.  The add instruction 
 ; should be eliminated.
 
-; RUN: llvm-as < %s | opt -sccp | llvm-dis | not grep add
+; RUN: llvm-upgrade < %s | llvm-as | opt -sccp | llvm-dis | not grep add
 
 int %test(bool %B) {
        br bool %B, label %BB1, label %BB2