From 71cd8cf4785063fd3d89ef7a67e2daa14c728a4b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 8 Nov 2006 06:42:42 +0000 Subject: [PATCH] now that we handle single mbb loops better, one branch is allowed llvm-svn: 31540 --- llvm/test/Regression/CodeGen/PowerPC/branch-opt.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Regression/CodeGen/PowerPC/branch-opt.ll b/llvm/test/Regression/CodeGen/PowerPC/branch-opt.ll index 1b0f8a4ad986..a8abec5c8bcb 100644 --- a/llvm/test/Regression/CodeGen/PowerPC/branch-opt.ll +++ b/llvm/test/Regression/CodeGen/PowerPC/branch-opt.ll @@ -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