forked from OSchip/llvm-project
parent
33a7f51412
commit
7a9935c31f
|
@ -0,0 +1,7 @@
|
|||
; RUN: llvm-as < %s | llc -march=ppc32 | grep {fabs f1, f1}
|
||||
|
||||
define double @fabs(double %f) {
|
||||
entry:
|
||||
%tmp2 = tail call double @fabs( double %f ) ; <double> [#uses=1]
|
||||
ret double %tmp2
|
||||
}
|
Loading…
Reference in New Issue