1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

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

llvm-svn: 31540
This commit is contained in:
Chris Lattner 2006-11-08 06:42:42 +00:00
parent d2ebf186dc
commit 5bcd28eaa8

View File

@ -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