2008-07-17-Fdiv.ll   [plain text]


; RUN: llc < %s -march=arm

define float @f(float %a, float %b) nounwind  {
	%tmp = fdiv float %a, %b
	ret float %tmp
}