diff options
author | Dan Gohman <gohman@apple.com> | 2009-10-24 23:52:07 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-10-24 23:52:07 +0000 |
commit | 7f2413f18bba3023a3198312e9e02bb8cd279a8a (patch) | |
tree | fd4fe19d3991afa2ac4d5cf779156b77a1960e8d /llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll | |
parent | ef41a1ce3cbfb6f092ee6b3d540c29a278abbe2a (diff) | |
download | bcm5719-llvm-7f2413f18bba3023a3198312e9e02bb8cd279a8a.tar.gz bcm5719-llvm-7f2413f18bba3023a3198312e9e02bb8cd279a8a.zip |
Update these tests to match what Loop::print now prints.
llvm-svn: 85021
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 617c23f8e86..9355aeea549 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: opt < %s -analyze -loops | \ -; RUN: grep {^ Loop at depth 4 containing: %loopentry.7<header><latch><exit>} +; RUN: grep {^ Loop at depth 4 containing: %loopentry.7<header><latch><exiting>} define void @getAndMoveToFrontDecode() { br label %endif.2 |