diff options
author | Chris Lattner <sabre@nondot.org> | 2006-11-08 06:42:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-11-08 06:42:42 +0000 |
commit | 71cd8cf4785063fd3d89ef7a67e2daa14c728a4b (patch) | |
tree | 06ebd1c4e96d9a51e65201f21fad28a502bf7ca6 | |
parent | 6aee6f2a93679ed04776e392fc3924efa8780695 (diff) | |
download | bcm5719-llvm-71cd8cf4785063fd3d89ef7a67e2daa14c728a4b.tar.gz bcm5719-llvm-71cd8cf4785063fd3d89ef7a67e2daa14c728a4b.zip |
now that we handle single mbb loops better, one branch is allowed
llvm-svn: 31540
-rw-r--r-- | llvm/test/Regression/CodeGen/PowerPC/branch-opt.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/PowerPC/branch-opt.ll b/llvm/test/Regression/CodeGen/PowerPC/branch-opt.ll index 1b0f8a4ad98..a8abec5c8bc 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 |