summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/branch-opt.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-11-08 06:42:42 +0000
committerChris Lattner <sabre@nondot.org>2006-11-08 06:42:42 +0000
commit396b2ffa92a6cf8f374bda972a9fff8b033eb3da (patch)
treed97b8bf95310006c7b2ab2598bd48afd8dee731b /test/CodeGen/PowerPC/branch-opt.ll
parentf49c1766e567a541814e8a6aa57b0b02acfa82af (diff)
downloadllvm-396b2ffa92a6cf8f374bda972a9fff8b033eb3da.tar.gz
llvm-396b2ffa92a6cf8f374bda972a9fff8b033eb3da.tar.bz2
llvm-396b2ffa92a6cf8f374bda972a9fff8b033eb3da.tar.xz
now that we handle single mbb loops better, one branch is allowed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31540 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/branch-opt.ll')
-rw-r--r--test/CodeGen/PowerPC/branch-opt.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/branch-opt.ll b/test/CodeGen/PowerPC/branch-opt.ll
index 1b0f8a4ad9..a8abec5c8b 100644
--- a/test/CodeGen/PowerPC/branch-opt.ll
+++ b/test/CodeGen/PowerPC/branch-opt.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=ppc32 &&
-; RUN: llvm-as < %s | llc -march=ppc32 | not grep 'b LBB.*cond_next48.loopexit'
+; RUN: llvm-as < %s | llc -march=ppc32 | grep 'b LBB.*cond_next48.loopexit' | wc -l | grep 1
target endian = big
target pointersize = 32