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