diff options
author | Dan Gohman <gohman@apple.com> | 2009-02-27 00:17:49 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-02-27 00:17:49 +0000 |
commit | b4e896baeda48c964507767e7363858e62e4bb8f (patch) | |
tree | 5d06f3892d136216a9af72b995a06694ce750290 /llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll | |
parent | db716652d1bfd26d999a0c500f48018061261e82 (diff) | |
download | bcm5719-llvm-b4e896baeda48c964507767e7363858e62e4bb8f.tar.gz bcm5719-llvm-b4e896baeda48c964507767e7363858e62e4bb8f.zip |
Update this test for the LoopInfo::print changes.
llvm-svn: 65597
Diffstat (limited to 'llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll')
-rw-r--r-- | llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll b/llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll index 48f4cfbf78e..34b9c443181 100644 --- a/llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll +++ b/llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll @@ -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 |