Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f56afd7cdd6b659d5e67e31d6249f40135138487
/
.
/
llvm
/
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
}