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