diff options
Diffstat (limited to 'test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll')
-rw-r--r-- | test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll b/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll index 7119007ffde51..a87bab7cabf23 100644 --- a/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll +++ b/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll @@ -1,8 +1,9 @@ ; This testcase was incorrectly computing that the loopentry.7 loop was ; not a child of the loopentry.6 loop. ; -; RUN: opt < %s -analyze -loops | \ -; RUN: grep "^ Loop at depth 4 containing: %loopentry.7<header><latch><exiting>" +; RUN: opt < %s -analyze -loops | FileCheck %s + +; CHECK: Loop at depth 4 containing: %loopentry.7<header><latch><exiting> define void @getAndMoveToFrontDecode() { br label %endif.2 |