Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Analysis / RegionInfo / infinite_loop.ll
blobd578df793a002806e0765a924085d1ab8f3871b0
1 ; REQUIRES: asserts
2 ; RUN: opt -stats -passes='print<regions>' -disable-output < %s 2>&1 | FileCheck -check-prefix=STAT %s
4 define void @normal_condition() nounwind {
5 0:
6         br label %1
7 1:
8         br i1 1, label %2, label %3
9 2:
10         br label %2
12         br label %4
14         ret void
16 ; STAT: 1 region - The # of regions