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
/
fabs.ll
blob
6ef740f835cbca158b14ae8b14ee0581523890ef
1
; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | grep {fabs f1, f1}
2
3
define double @fabs(double %f) {
4
entry:
5
%tmp2 = tail call double @fabs( double %f ) ; <double> [#uses=1]
6
ret double %tmp2
7
}