aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/CorrelatedExprs/2002-10-03-PHIPropogate.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/CorrelatedExprs/2002-10-03-PHIPropogate.ll')
-rw-r--r--test/Transforms/CorrelatedExprs/2002-10-03-PHIPropogate.ll5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/Transforms/CorrelatedExprs/2002-10-03-PHIPropogate.ll b/test/Transforms/CorrelatedExprs/2002-10-03-PHIPropogate.ll
index 73f4399..d1bb430 100644
--- a/test/Transforms/CorrelatedExprs/2002-10-03-PHIPropogate.ll
+++ b/test/Transforms/CorrelatedExprs/2002-10-03-PHIPropogate.ll
@@ -12,10 +12,7 @@
; }
; }
;
-; RUN: if as < %s | opt -cee -simplifycfg | dis | grep bb3
-; RUN: then exit 1
-; RUN: else exit 0
-; RUN: fi
+; RUN: as < %s | opt -cee -simplifycfg | dis | not grep bb3
implementation
declare void %bar()