xref: /aosp_15_r20/external/llvm/test/CodeGen/ARM/2008-07-17-Fdiv.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc -mtriple=arm-eabi %s -o /dev/null
2
3define float @f(float %a, float %b) nounwind  {
4	%tmp = fdiv float %a, %b
5	ret float %tmp
6}
7