Update these tests to match what Loop::print now prints.
authorDan Gohman <gohman@apple.com>
Sat, 24 Oct 2009 23:52:07 +0000 (23:52 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 24 Oct 2009 23:52:07 +0000 (23:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85021 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
test/Other/2003-02-19-LoopInfoNestingBug.ll

index 617c23f8e86f03d547083b72a4ffa3088afeb628..9355aeea54968714efb5947c3c835b697fba8379 100644 (file)
@@ -2,7 +2,7 @@
 ; not a child of the loopentry.6 loop.
 ;
 ; RUN: opt < %s -analyze -loops | \
-; RUN:   grep {^            Loop at depth 4 containing: %loopentry.7<header><latch><exit>}
+; RUN:   grep {^            Loop at depth 4 containing: %loopentry.7<header><latch><exiting>}
 
 define void @getAndMoveToFrontDecode() {
        br label %endif.2
index 267b0e8986d27a0335740d2ab60531288c21e23f..13f835163758f74792d87018571c016a48ee8497 100644 (file)
@@ -3,7 +3,7 @@
 ; and instead nests it just inside loop "Top"
 ;
 ; RUN: opt < %s -analyze -loops | \
-; RUN:   grep {     Loop at depth 3 containing: %Inner<header><latch><exit>}
+; RUN:   grep {     Loop at depth 3 containing: %Inner<header><latch><exiting>}
 ;
 define void @test() {
         br label %Top