2 ; RUN: opt -hotcoldsplit -debug-only=hotcoldsplit -S < %s -o /dev/null 2>&1 | FileCheck %s
4 declare void @sink() cold
6 define void @foo(i32 %arg) {
8 br i1 undef, label %cold1, label %exit
11 ; CHECK: Applying bonus for: 4 non-returning terminators
13 br i1 undef, label %cold2, label %cold3