From: Dan Gohman Date: Fri, 27 Feb 2009 00:20:19 +0000 (+0000) Subject: Update another test for the LoopInfo::print changes. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=30fe9e44440b38987c271ae5c296f07f82b47cac;p=oota-llvm.git 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 --- diff --git a/test/Other/2003-02-19-LoopInfoNestingBug.ll b/test/Other/2003-02-19-LoopInfoNestingBug.ll index 32390f49a20..d2945536ea7 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
} ; define void @test() { br label %Top