1 ; RUN: opt < %s -disable-output -passes='verify<cycles>,print<cycles>' 2>&1 | FileCheck %s
2 ; CHECK-LABEL: CycleInfo for function: unreachable
3 ; CHECK: depth=1: entries(loop.body) loop.latch inner.block
4 define void @unreachable(i32 %n, i1 %arg) {
11 ; This branch should not cause %inner.block to appear as an entry.
16 br i1 %arg, label %loop.exit, label %loop.latch