Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
3e0c901b99821255fa6e17af6f6f68a183114aeb
/
.
/
test
/
Assembler
/
2008-09-02-FunctionNotes2.ll
blob: 8a49e8990280259fcfb5c22874a2a00911a9e652 [
file
] [
log
] [
blame
]
; Test function notes
; RUN: not llvm-as %s -o /dev/null |& grep "Attributes noinline alwaysinline are incompatible"
define
void
@fn1
()
alwaysinline
noinline
{
ret
void
}