2 ; RUN: opt -hotcoldsplit -debug-only=hotcoldsplit -S < %s -o /dev/null 2>&1 | FileCheck %s
4 declare void @sink(i32*, i32, i32) cold
8 define void @foo(i32 %arg) {
9 %local = load i32, i32* @g
10 br i1 undef, label %cold, label %exit
13 ; CHECK: Applying penalty for: 2 inputs
14 call void @sink(i32* @g, i32 %arg, i32 %local)