OSDN Git Service

Update another test for the LoopInfo::print changes.
authorDan Gohman <gohman@apple.com>
Fri, 27 Feb 2009 00:20:19 +0000 (00:20 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 27 Feb 2009 00:20:19 +0000 (00:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65598 91177308-0d34-0410-b5e6-96231b3b80d8

test/Other/2003-02-19-LoopInfoNestingBug.ll

index 32390f4..d294553 100644 (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