Revert "Rewrite a test to count emitted instructions without using -stats"
[oota-llvm.git] / test / CodeGen / Thumb / fpow.ll
1 ; RUN: llc < %s -march=thumb
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