diff options
Diffstat (limited to 'test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll')
-rw-r--r-- | test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll b/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll index a87bab7..599b3e4 100644 --- a/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll +++ b/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll @@ -2,6 +2,7 @@ ; not a child of the loopentry.6 loop. ; ; RUN: opt < %s -analyze -loops | FileCheck %s +; RUN: opt < %s -passes='print<loops>' -disable-output 2>&1 | FileCheck %s ; CHECK: Loop at depth 4 containing: %loopentry.7<header><latch><exiting> |