allwinner_a64/android/external/llvm/test/Feature/cold.ll
2018-08-08 16:14:42 +08: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 }