MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648
[oota-llvm.git] / test / CodeGen / ARM / 2008-07-17-Fdiv.ll
1 ; RUN: llc < %s -march=arm
2
3 define float @f(float %a, float %b) nounwind  {
4         %tmp = fdiv float %a, %b
5         ret float %tmp
6 }