Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/users/joker-eph-python-bindings-maintainers
/
.
/
llvm
/
test
/
Verifier
/
2008-09-02-FunctionNotes2.ll
blob: 086f58f521d8d790d97b9025969a6a50c055fa39 [
file
] [
log
] [
blame
] [
edit
]
; Test function notes
; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s
; CHECK: Attributes 'noinline and alwaysinline' are incompatible
define
void
@fn1
()
alwaysinline
noinline
{
ret
void
}