Update another test for the LoopInfo::print changes.

llvm-svn: 65598
This commit is contained in:
Dan Gohman 2009-02-27 00:20:19 +00:00
parent b4e896baed
commit b2f5eaefbe
1 changed files with 1 additions and 1 deletions

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