blob: 6d487927ee616e182b3fa57340ab4bdb1ec2c39e [file] [log] [blame]
John Bauman66b8ab22014-05-06 15:57:45 -04001; RUN: llc < %s -march=arm
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