blob: e5b92ad94ef8599adc4770d100bd4de6a880ad38 [file] [log] [blame]
Evan Cheng9f76ed52009-06-24 06:36:07 +00001; RUN: llvm-as < %s | llc -march=thumb
2
3define double @t(double %x, double %y) nounwind optsize {
4entry:
5 %0 = tail call double @llvm.pow.f64( double %x, double %y ) ; <double> [#uses=1]
6 ret double %0
7}
8
9declare double @llvm.pow.f64(double, double) nounwind readonly