Dan Gohman | fce288f | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=thumb |
Evan Cheng | 9f76ed5 | 2009-06-24 06:36:07 +0000 | [diff] [blame] | 2 | |
3 | define double @t(double %x, double %y) nounwind optsize { | ||||
4 | entry: | ||||
5 | %0 = tail call double @llvm.pow.f64( double %x, double %y ) ; <double> [#uses=1] | ||||
6 | ret double %0 | ||||
7 | } | ||||
8 | |||||
9 | declare double @llvm.pow.f64(double, double) nounwind readonly |