From: Chris Lattner Date: Tue, 1 Jul 2003 21:03:30 +0000 (+0000) Subject: Fix testcase failing because of change of output X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7b702b81ee20cdf8e4a72da567819a8282a8149b;p=oota-llvm.git 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 --- 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