blob: 9f50d92a4d8e3a28963453c0333144fe4f07de09 [file] [log] [blame]
; RUN: llc -mtriple=arm-eabi %s -o /dev/null
define float @f(float %a, float %b) nounwind {
%tmp = fdiv float %a, %b
ret float %tmp
}