From 7b702b81ee20cdf8e4a72da567819a8282a8149b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 1 Jul 2003 21:03:30 +0000 Subject: [PATCH] Fix testcase failing because of change of output git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7045 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 78338b8e6ff..d06a5f52256 100644 --- a/test/Other/2003-02-19-LoopInfoNestingBug.ll +++ b/test/Other/2003-02-19-LoopInfoNestingBug.ll @@ -2,7 +2,7 @@ ; figure out that loop "Inner" should be nested inside of leep "LoopHeader", ; and instead nests it just inside loop "Top" ; -; RUN: analyze -loops %s | grep ' Loop Containing: label %Inner' +; RUN: analyze -loops %s | grep ' Loop Containing:[ ]*%Inner' ; implementation -- 2.34.1