Home | History | Annotate | Download | only in Thumb
      1 ; RUN: llc < %s -march=thumb
      2 
      3 define double @t(double %x, double %y) nounwind optsize {
      4 entry:
      5 	%0 = tail call double @llvm.pow.f64( double %x, double %y )		; <double> [#uses=1]
      6 	ret double %0
      7 }
      8 
      9 declare double @llvm.pow.f64(double, double) nounwind readonly
     10