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
/
PowerPC
/
fpcopy.ll
blob
7b9446baac071c0f62116562be6fb713906109b9
1
; RUN: llc < %s -march=ppc32 | not grep fmr
2
3
define double @test(float %F) {
4
%F.upgrd.1 = fpext float %F to double ; <double> [#uses=1]
5
ret double %F.upgrd.1
6
}
7