Fix InstCombine/2007-10-31-StringCrash.ll by removing an obvious
[oota-llvm.git] / test / Transforms / SCCP / select.ll
index 6b5446805e1659080d7042018e3e61a8a2bbf0ee..cd488e3f02c6bd39c326e0585107b03fde0ef9ee 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s | opt -sccp -disable-output &&
-; RUN: llvm-as < %s | opt -sccp | llvm-dis | not grep select
+; RUN: llvm-upgrade < %s | llvm-as | opt -sccp | llvm-dis | not grep select
 
 int %test1(bool %C) {
        %X = select bool %C, int 0, int 0