repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
Assembler
/
2008-09-02-FunctionNotes2.ll
blob
dbe75be700b7e7abe9d8f4d4b908bef68918fe98
1
; Test function notes
2
; RUN: not llvm-as %s -o /dev/null -f |& grep "Attributes noinline alwaysinline are incompatible"
3
define void @fn1() alwaysinline noinline {
4
ret void
5
}
6