summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/branch-opt.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-02 05:08:54 +0000
committerChris Lattner <sabre@nondot.org>2007-04-02 05:08:54 +0000
commit028856dc39670408d6310a077f7d186c9e877184 (patch)
tree1904abb9f3c150b1e6d14d2f365eb494257e93be /test/CodeGen/PowerPC/branch-opt.ll
parent443af5b65fc5dca0745d15c20908065c8600bbbc (diff)
downloadllvm-028856dc39670408d6310a077f7d186c9e877184.tar.gz
llvm-028856dc39670408d6310a077f7d186c9e877184.tar.bz2
llvm-028856dc39670408d6310a077f7d186c9e877184.tar.xz
my patch fixed the fixme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35582 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, 1 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/branch-opt.ll b/test/CodeGen/PowerPC/branch-opt.ll
index 9048f0f8d1..11c0249964 100644
--- a/test/CodeGen/PowerPC/branch-opt.ll
+++ b/test/CodeGen/PowerPC/branch-opt.ll
@@ -1,6 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'b LBB.*' | wc -l | grep 5
-;;; FIXME, 4 unconditional branches is minimal
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'b LBB.*' | wc -l | grep 4
target endian = big
target pointersize = 32