repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git]
/
test
/
CodeGen
/
PowerPC
/
fabs.ll
blob
54e49b009ace8772192b96041c333d2102cdc9b4
1
; RUN: llvm-as < %s | llc -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
}