diff options
Diffstat (limited to 'test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll')
-rw-r--r-- | test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll b/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll index 48f4cfb..34b9c44 100644 --- a/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll +++ b/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 |