summaryrefslogtreecommitdiff
path: root/test/Feature/cold.ll
blob: dcf79c5ba393709dfd76673b70d78269fd9ff1ce (plain)
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 }