From d4b3a37f96f605ebc28df86dbd01a475f7f208b4 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 27 Feb 2009 00:17:49 +0000 Subject: [PATCH] Update this test for the LoopInfo::print changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65597 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll b/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll index 48f4cfbf78e..34b9c443181 100644 --- a/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll +++ b/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll @@ -2,7 +2,7 @@ ; not a child of the loopentry.6 loop. ; ; RUN: llvm-as < %s | opt -analyze -loops | \ -; RUN: grep {^ Loop Containing: %loopentry.7} +; RUN: grep {^ Loop at depth 4 containing: %loopentry.7
} define void @getAndMoveToFrontDecode() { br label %endif.2 -- 2.11.0