diff options
-rw-r--r-- | test/Other/2003-02-19-LoopInfoNestingBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2003-02-19-LoopInfoNestingBug.ll b/test/Other/2003-02-19-LoopInfoNestingBug.ll index 78338b8e6f..d06a5f5225 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 |