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