Update another test for the LoopInfo::print changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65598 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-02-27 00:20:19 +00:00
parent d4b3a37f96
commit 30fe9e4444

View File

@ -3,7 +3,7 @@
; and instead nests it just inside loop "Top"
;
; RUN: llvm-as < %s | opt -analyze -loops | \
; RUN: grep { Loop Containing:\[ \]*%Inner}
; RUN: grep { Loop at depth 3 containing: %Inner<header><latch><exit>}
;
define void @test() {
br label %Top