llvm-for-llvmta/test/Feature/cold.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

10 lines
163 B
LLVM

; RUN: llvm-as < %s | llvm-dis | FileCheck %s
; CHECK: @fun() #0
define void @fun() #0 {
ret void
}
; CHECK: attributes #0 = { cold }
attributes #0 = { cold }