[llvm-commits] [llvm] r65597 - /llvm/trunk/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll

Dan Gohman gohman at apple.com
Thu Feb 26 16:17:50 PST 2009


Author: djg
Date: Thu Feb 26 18:17:49 2009
New Revision: 65597

URL: http://llvm.org/viewvc/llvm-project?rev=65597&view=rev
Log:
Update this test for the LoopInfo::print changes.

Modified:
    llvm/trunk/test/Analysis/LoopInfo/2003-05-15-NestingProblem.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=65597&r1=65596&r2=65597&view=diff

==============================================================================
--- llvm/trunk/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll (original)
+++ llvm/trunk/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll Thu Feb 26 18:17:49 2009
@@ -2,7 +2,7 @@
 ; not a child of the loopentry.6 loop.
 ;
 ; RUN: llvm-as < %s | opt -analyze -loops | \
-; RUN:   grep {^            Loop Containing: %loopentry.7}
+; RUN:   grep {^            Loop at depth 4 containing: %loopentry.7<header><latch><exit>}
 
 define void @getAndMoveToFrontDecode() {
 	br label %endif.2





More information about the llvm-commits mailing list