1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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 06c6037d9f
commit 9385e139d0

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