[llvm-commits] [llvm] r85021 - in /llvm/trunk/test: Analysis/LoopInfo/2003-05-15-NestingProblem.ll Other/2003-02-19-LoopInfoNestingBug.ll

Dan Gohman gohman at apple.com
Sat Oct 24 16:52:08 PDT 2009


Author: djg
Date: Sat Oct 24 18:52:07 2009
New Revision: 85021

URL: http://llvm.org/viewvc/llvm-project?rev=85021&view=rev
Log:
Update these tests to match what Loop::print now prints.

Modified:
    llvm/trunk/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
    llvm/trunk/test/Other/2003-02-19-LoopInfoNestingBug.ll

Modified: llvm/trunk/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll?rev=85021&r1=85020&r2=85021&view=diff

==============================================================================
--- llvm/trunk/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll (original)
+++ llvm/trunk/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll Sat Oct 24 18:52:07 2009
@@ -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

Modified: llvm/trunk/test/Other/2003-02-19-LoopInfoNestingBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/2003-02-19-LoopInfoNestingBug.ll?rev=85021&r1=85020&r2=85021&view=diff

==============================================================================
--- llvm/trunk/test/Other/2003-02-19-LoopInfoNestingBug.ll (original)
+++ llvm/trunk/test/Other/2003-02-19-LoopInfoNestingBug.ll Sat Oct 24 18:52:07 2009
@@ -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





More information about the llvm-commits mailing list