[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/branch-opt.ll

Chris Lattner sabre at nondot.org
Tue Nov 7 22:42:56 PST 2006



Changes in directory llvm/test/Regression/CodeGen/PowerPC:

branch-opt.ll updated: 1.1 -> 1.2
---
Log message:

now that we handle single mbb loops better, one branch is allowed


---
Diffs of the changes:  (+1 -1)

 branch-opt.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CodeGen/PowerPC/branch-opt.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/branch-opt.ll:1.1 llvm/test/Regression/CodeGen/PowerPC/branch-opt.ll:1.2
--- llvm/test/Regression/CodeGen/PowerPC/branch-opt.ll:1.1	Tue Oct 17 13:14:39 2006
+++ llvm/test/Regression/CodeGen/PowerPC/branch-opt.ll	Wed Nov  8 00:42:42 2006
@@ -1,5 +1,5 @@
 ; RUN: llvm-as < %s | llc -march=ppc32 &&
-; RUN: llvm-as < %s | llc -march=ppc32 | not grep 'b LBB.*cond_next48.loopexit'
+; RUN: llvm-as < %s | llc -march=ppc32 | grep 'b LBB.*cond_next48.loopexit' | wc -l | grep 1
 
 target endian = big
 target pointersize = 32






More information about the llvm-commits mailing list