1 ; RUN: opt -regions -analyze < %s
2 ; RUN: opt -regions -stats < %s |& FileCheck -check-prefix=STAT %s
4 define void @normal_condition() nounwind {
8 br i1 1, label %"2", label %"3"
17 ; CHECK: [0] 0 => <Function Return>
19 ; STAT: 2 region - The # of regions
20 ; STAT: 1 region - The # of simple regions