summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-02-27 00:20:19 +0000
committerDan Gohman <gohman@apple.com>2009-02-27 00:20:19 +0000
commitb2f5eaefbed8e0aca176f96501faf4a9733dd091 (patch)
tree985116420b5fd5bebf27dd390e32b0f6b47db804
parentb4e896baeda48c964507767e7363858e62e4bb8f (diff)
downloadbcm5719-llvm-b2f5eaefbed8e0aca176f96501faf4a9733dd091.tar.gz
bcm5719-llvm-b2f5eaefbed8e0aca176f96501faf4a9733dd091.zip
Update another test for the LoopInfo::print changes.
llvm-svn: 65598
-rw-r--r--llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll b/llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll
index 32390f49a20..d2945536ea7 100644
--- a/llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll
+++ b/llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll
@@ -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
OpenPOWER on IntegriCloud