1 ; RUN: llvm-as < %s | opt -tailcallelim | llvm-dis | grep call
2 ; Don't turn this into an infinite loop, this is probably the implementation
3 ; of fabs and we expect the codegen to lower fabs.
5 define double @fabs(double %f) {
7 %tmp2 = call double @fabs( double %f ) ; <double> [#uses=1]