blob: 4cb768ef5b6d37e1a67e6883a002310c16350218 [file] [log] [blame]
; RUN: llc < %s -march=arm
define float @f(float %a, float %b) nounwind {
%tmp = fdiv float %a, %b
ret float %tmp
}