[llvm-commits] CVS: llvm/test/CodeGen/PowerPC/branch-opt.ll
Dale Johannesen
dalej at apple.com
Fri Feb 16 16:44:57 PST 2007
Changes in directory llvm/test/CodeGen/PowerPC:
branch-opt.ll updated: 1.5 -> 1.6
---
Log message:
Fixes PR 1200: http://llvm.org/PR1200
---
Diffs of the changes: (+2 -1)
branch-opt.ll | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/test/CodeGen/PowerPC/branch-opt.ll
diff -u llvm/test/CodeGen/PowerPC/branch-opt.ll:1.5 llvm/test/CodeGen/PowerPC/branch-opt.ll:1.6
--- llvm/test/CodeGen/PowerPC/branch-opt.ll:1.5 Mon Jan 1 23:53:06 2007
+++ llvm/test/CodeGen/PowerPC/branch-opt.ll Fri Feb 16 18:44:34 2007
@@ -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
More information about the llvm-commits
mailing list