Remove debug info.
[oota-llvm.git] / test / Transforms / ADCE / adcetest.ll
index 4a06cd9f396ff0fa2005306e7de1f5df80e6e774..f0d78433af0e29f6b6b985003e808d2f95669961 100644 (file)
@@ -1,10 +1,7 @@
 ; This is the test case taken from Appel's book that illustrates a hard case
 ; that SCCP gets right, and when followed by ADCE, is completely eliminated
 ;
-; RUN: if as < %s | opt -sccp -adce -simplifycfg | dis | grep br
-; RUN: then exit 1
-; RUN: else exit 0
-; RUN: fi
+; RUN: llvm-upgrade < %s | llvm-as | opt -sccp -adce -simplifycfg | llvm-dis | not grep br
 
 int "test function"(int %i0, int %j0) {
 BB1: