forked from OSchip/llvm-project
now that we handle single mbb loops better, one branch is allowed
llvm-svn: 31540
This commit is contained in:
parent
6aee6f2a93
commit
71cd8cf478
|
@ -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