Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
5a1cd36019ca3cbae811f2800631b5b56a9ffdc2
/
.
/
test
/
Assembler
/
2008-09-02-FunctionNotes.ll
blob: 761c91e864c4c84eed6a5ea39f1cc99607ad56de [
file
] [
log
] [
blame
]
; Test function attributes
; RUN: llvm-as < %s | llvm-dis | grep inline | count 2
define
void
@fn1
()
alwaysinline
{
ret
void
}
define
void
@fn2
()
noinline
{
ret
void
}
define
void
@fn3
()
{
ret
void
}