From 30fe9e44440b38987c271ae5c296f07f82b47cac Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 27 Feb 2009 00:20:19 +0000 Subject: [PATCH] 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 --- test/Other/2003-02-19-LoopInfoNestingBug.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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