summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC
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
commit0a844d8df1430a843fa5b995622c3681d067879c (patch)
treec4757fc3162bc0429cdd75b54143f0858d5076b0 /llvm/test/CodeGen/PowerPC
parente51961b5ba4b902f5a783075eaf14eeafc082e0a (diff)
downloadbcm5719-llvm-0a844d8df1430a843fa5b995622c3681d067879c.tar.gz
bcm5719-llvm-0a844d8df1430a843fa5b995622c3681d067879c.zip
my patch fixed the fixme.
llvm-svn: 35582
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
-rw-r--r--llvm/test/CodeGen/PowerPC/branch-opt.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/branch-opt.ll b/llvm/test/CodeGen/PowerPC/branch-opt.ll
index 9048f0f8d13..11c02499649 100644
--- a/llvm/test/CodeGen/PowerPC/branch-opt.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud