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



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to