Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
llvm
/
test
/
Feature
/
cold.ll
blob: dcf79c5ba393709dfd76673b70d78269fd9ff1ce [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
; CHECK: @fun() #0
define
void
@fun
()
#
0
{
ret
void
}
; CHECK: attributes #0 = { cold }
attributes
#
0
=
{
cold
}