summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-28 23:13:12 +0000
committerChris Lattner <sabre@nondot.org>2003-06-28 23:13:12 +0000
commitd808e4565881de61e81412d5f451b4f61075dd77 (patch)
tree4bf420bcd11621d7083939a227e729d591ab186b /test/Transforms/SimplifyCFG/PhiBlockMerge2.ll
parentecf2628cc65b9bf8389504712686226542914a06 (diff)
downloadllvm-d808e4565881de61e81412d5f451b4f61075dd77.tar.gz
llvm-d808e4565881de61e81412d5f451b4f61075dd77.tar.bz2
llvm-d808e4565881de61e81412d5f451b4f61075dd77.tar.xz
Eliminate explicit control flow in tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6961 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SimplifyCFG/PhiBlockMerge2.ll')
-rw-r--r--test/Transforms/SimplifyCFG/PhiBlockMerge2.ll5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll b/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll
index aecb6b9244..94cd5934eb 100644
--- a/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll
+++ b/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll
@@ -2,10 +2,7 @@
; where the mergedinto block doesn't have any PHI nodes, and is in fact
; dominated by the block-to-be-eliminated
;
-; RUN: if as < %s | opt -simplifycfg | dis | grep 'N:'
-; RUN: then exit 1
-; RUN: else exit 0
-; RUN: fi
+; RUN: as < %s | opt -simplifycfg | dis | not grep 'N:'
;
int %test(bool %a, bool %b) {