blob: 6d487927ee616e182b3fa57340ab4bdb1ec2c39e [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s -march=arm
Evan Cheng5316b392008-09-09 23:02:14 +00002
Devang Patel008cd3e2008-09-26 23:51:19 +00003define double @t(double %x, double %y) nounwind optsize {
Evan Cheng5316b392008-09-09 23:02:14 +00004entry:
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