diff options
author | Chris Lattner <sabre@nondot.org> | 2003-07-01 21:03:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-07-01 21:03:30 +0000 |
commit | 7b702b81ee20cdf8e4a72da567819a8282a8149b (patch) | |
tree | f6cb184dd9eb8da5d8dae83fc905cc0a0b916f47 /test/Other | |
parent | 2d4ebb2755672ee860e29cf0982c4d5247433038 (diff) | |
download | external_llvm-7b702b81ee20cdf8e4a72da567819a8282a8149b.zip external_llvm-7b702b81ee20cdf8e4a72da567819a8282a8149b.tar.gz external_llvm-7b702b81ee20cdf8e4a72da567819a8282a8149b.tar.bz2 |
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
Diffstat (limited to 'test/Other')
-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 78338b8..d06a5f5 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 |