repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git]
/
test
/
CodeGen
/
Thumb2
/
frameless.ll
blob
fa8d5d87dfca374ae3f08085fcc6bd5e9a1b4da5
1
; RUN: llc < %s -mtriple=thumbv7-apple-darwin -disable-fp-elim | not grep mov
2
; RUN: llc < %s -mtriple=thumbv7-linux -disable-fp-elim | not grep mov
3
4
define void @t() nounwind readnone {
5
ret void
6
}