forked from OSchip/llvm-project
Fix testcase failing because of change of output
llvm-svn: 7045
This commit is contained in:
parent
57c57a1bbf
commit
c5703edeb6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue