summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/branch-opt.ll
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2007-02-17 00:44:34 +0000
committerDale Johannesen <dalej@apple.com>2007-02-17 00:44:34 +0000
commit6b896cec8b703e08e5f3d809e086a39b6ebe6589 (patch)
treef1780e4eb84384f95d795e4b07a9e394496790fe /test/CodeGen/PowerPC/branch-opt.ll
parentaffeb56480ab7cb2e2eed871fbf6701875934c04 (diff)
downloadllvm-6b896cec8b703e08e5f3d809e086a39b6ebe6589.tar.gz
llvm-6b896cec8b703e08e5f3d809e086a39b6ebe6589.tar.bz2
llvm-6b896cec8b703e08e5f3d809e086a39b6ebe6589.tar.xz
Fixes PR 1200
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34359 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/branch-opt.ll')
-rw-r--r--test/CodeGen/PowerPC/branch-opt.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/branch-opt.ll b/test/CodeGen/PowerPC/branch-opt.ll
index 7f40a2d866..9048f0f8d1 100644
--- a/test/CodeGen/PowerPC/branch-opt.ll
+++ b/test/CodeGen/PowerPC/branch-opt.ll
@@ -1,5 +1,6 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'b LBB.*cond_next48.loopexit' | wc -l | grep 1
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'b LBB.*' | wc -l | grep 5
+;;; FIXME, 4 unconditional branches is minimal
target endian = big
target pointersize = 32