Fix testcase failing because of change of output
authorChris Lattner <sabre@nondot.org>
Tue, 1 Jul 2003 21:03:30 +0000 (21:03 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 1 Jul 2003 21:03:30 +0000 (21:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7045 91177308-0d34-0410-b5e6-96231b3b80d8

test/Other/2003-02-19-LoopInfoNestingBug.ll

index 78338b8e6ffa0e040394793403a150cf69559a7c..d06a5f52256c8a50e40823257a4eb53183539156 100644 (file)
@@ -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