forked from OSchip/llvm-project
Update this test for the LoopInfo::print changes.
llvm-svn: 65597
This commit is contained in:
parent
db716652d1
commit
b4e896baed
|
@ -2,7 +2,7 @@
|
|||
; not a child of the loopentry.6 loop.
|
||||
;
|
||||
; RUN: llvm-as < %s | opt -analyze -loops | \
|
||||
; RUN: grep {^ Loop Containing: %loopentry.7}
|
||||
; RUN: grep {^ Loop at depth 4 containing: %loopentry.7<header><latch><exit>}
|
||||
|
||||
define void @getAndMoveToFrontDecode() {
|
||||
br label %endif.2
|
||||
|
|
Loading…
Reference in New Issue