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 } 7