projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d4ebb2
)
Fix testcase failing because of change of output
author
Chris Lattner
<sabre@nondot.org>
Tue, 1 Jul 2003 21:03:30 +0000
(21:03 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 1 Jul 2003 21:03:30 +0000
(21:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7045
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Other/2003-02-19-LoopInfoNestingBug.ll
patch
|
blob
|
history
diff --git
a/test/Other/2003-02-19-LoopInfoNestingBug.ll
b/test/Other/2003-02-19-LoopInfoNestingBug.ll
index 78338b8e6ffa0e040394793403a150cf69559a7c..d06a5f52256c8a50e40823257a4eb53183539156 100644
(file)
--- 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