Fix testcase failing because of change of output

llvm-svn: 7045
This commit is contained in:
Chris Lattner 2003-07-01 21:03:30 +00:00
parent 57c57a1bbf
commit c5703edeb6
1 changed files with 1 additions and 1 deletions

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