Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
cd842484fcef088cbf5419038ff974a3eca215aa
/
.
/
test
/
Assembler
/
2008-09-02-FunctionNotes2.ll
blob: 6a5116b55308427e1c89ca7d79efcf2f288cc16e [
file
] [
log
] [
blame
]
; Test function notes
; RUN: not llvm-as %s |& grep "only one inline note"
; XFAIL: *
define
void
@fn1
()
alwaysinline
noinline
{
ret
void
}