blob: be3dc0b3c1f8e2c97e53a790dceb6a503b65bbe0 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=thumb
Evan Cheng9f76ed52009-06-24 06:36:07 +00002
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