summaryrefslogtreecommitdiff
path: root/test/Other
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-02-27 00:20:19 +0000
committerDan Gohman <gohman@apple.com>2009-02-27 00:20:19 +0000
commit30fe9e44440b38987c271ae5c296f07f82b47cac (patch)
tree12df44fc6317d72a681f695c7e8bf838fb3685c6 /test/Other
parentd4b3a37f96f605ebc28df86dbd01a475f7f208b4 (diff)
downloadllvm-30fe9e44440b38987c271ae5c296f07f82b47cac.tar.gz
llvm-30fe9e44440b38987c271ae5c296f07f82b47cac.tar.bz2
llvm-30fe9e44440b38987c271ae5c296f07f82b47cac.tar.xz
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
Diffstat (limited to 'test/Other')
-rw-r--r--test/Other/2003-02-19-LoopInfoNestingBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2003-02-19-LoopInfoNestingBug.ll b/test/Other/2003-02-19-LoopInfoNestingBug.ll
index 32390f49a2..d2945536ea 100644
--- a/test/Other/2003-02-19-LoopInfoNestingBug.ll
+++ b/test/Other/2003-02-19-LoopInfoNestingBug.ll
@@ -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