1 ; RUN: opt -passes=hotcoldsplit -hotcoldsplit-threshold=0 -S < %s | FileCheck %s
3 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
4 target triple = "x86_64-apple-macosx10.14.0"
7 ; CHECK: call void @fun.cold.1
10 br i1 undef, label %if.then, label %if.else
20 ; CHECK: define {{.*}} @foo{{.*}}#[[outlined_func_attr:[0-9]+]]
21 define void @foo() cold {
25 declare void @sink() cold
27 ; CHECK: define {{.*}} @fun.cold.1{{.*}}#[[outlined_func_attr]]
29 ; CHECK: attributes #[[outlined_func_attr]] = {