blob: 02a895bf96cf94833f7db0eea77e04833d2a66dd [file] [log] [blame]
Evan Cheng4b887022008-09-09 23:02:14 +00001; RUN: llvm-as < %s | llc -march=arm
2; RUN: llvm-as < %s | llc -march=thumb
3
4define double @t(double %x, double %y) nounwind notes(opt_size) {
5entry:
6 %0 = tail call double @llvm.pow.f64( double %x, double %y ) ; <double> [#uses=1]
7 ret double %0
8}
9
10declare double @llvm.pow.f64(double, double) nounwind readonly