[llvm-commits] CVS: llvm/test/CodeGen/PowerPC/branch-opt.ll
Chris Lattner
sabre at nondot.org
Sun Apr 1 22:09:11 PDT 2007
Changes in directory llvm/test/CodeGen/PowerPC:
branch-opt.ll updated: 1.6 -> 1.7
---
Log message:
my patch fixed the fixme.
---
Diffs of the changes: (+1 -2)
branch-opt.ll | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/test/CodeGen/PowerPC/branch-opt.ll
diff -u llvm/test/CodeGen/PowerPC/branch-opt.ll:1.6 llvm/test/CodeGen/PowerPC/branch-opt.ll:1.7
--- llvm/test/CodeGen/PowerPC/branch-opt.ll:1.6 Fri Feb 16 18:44:34 2007
+++ llvm/test/CodeGen/PowerPC/branch-opt.ll Mon Apr 2 00:08:54 2007
@@ -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
More information about the llvm-commits
mailing list