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:
parent
d2ebf186dc
commit
5bcd28eaa8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user