[llvm-commits] [llvm] r65598 - /llvm/trunk/test/Other/2003-02-19-LoopInfoNestingBug.ll

Dan Gohman gohman at apple.com
Thu Feb 26 16:20:19 PST 2009


Author: djg
Date: Thu Feb 26 18:20:19 2009
New Revision: 65598

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

Modified:
    llvm/trunk/test/Other/2003-02-19-LoopInfoNestingBug.ll

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=65598&r1=65597&r2=65598&view=diff

==============================================================================
--- llvm/trunk/test/Other/2003-02-19-LoopInfoNestingBug.ll (original)
+++ llvm/trunk/test/Other/2003-02-19-LoopInfoNestingBug.ll Thu Feb 26 18:20:19 2009
@@ -3,7 +3,7 @@
 ; and instead nests it just inside loop "Top"
 ;
 ; RUN: llvm-as < %s | opt -analyze -loops | \
-; RUN:   grep {     Loop Containing:\[ \]*%Inner}
+; RUN:   grep {     Loop at depth 3 containing: %Inner<header><latch><exit>}
 ;
 define void @test() {
         br label %Top





More information about the llvm-commits mailing list