aboutsummaryrefslogtreecommitdiffstats
path: root/test/Other/2003-02-19-LoopInfoNestingBug.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-01 21:03:30 +0000
committerChris Lattner <sabre@nondot.org>2003-07-01 21:03:30 +0000
commit7b702b81ee20cdf8e4a72da567819a8282a8149b (patch)
treef6cb184dd9eb8da5d8dae83fc905cc0a0b916f47 /test/Other/2003-02-19-LoopInfoNestingBug.ll
parent2d4ebb2755672ee860e29cf0982c4d5247433038 (diff)
downloadexternal_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/2003-02-19-LoopInfoNestingBug.ll')
-rw-r--r--test/Other/2003-02-19-LoopInfoNestingBug.ll2
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