cold.ll 163 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s ; CHECK: @fun() #0 define void @fun() #0 { ret void } ; CHECK: attributes #0 = { cold } attributes #0 = { cold }