bolt/deps/llvm-18.1.8/llvm/test/Feature/cold.ll
2025-02-14 19:21:04 +01:00

9 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 }