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
This commit is contained in:
Chris Lattner 2003-07-01 21:03:30 +00:00
parent 2d4ebb2755
commit 7b702b81ee

View 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