]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/CodeGen/ARM/2008-07-17-Fdiv.ll
Vendor import of llvm RELEASE_360/rc1 tag r226102 (effectively, 3.6.0 RC1):
[FreeBSD/FreeBSD.git] / test / CodeGen / ARM / 2008-07-17-Fdiv.ll
1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
2
3 define float @f(float %a, float %b) nounwind  {
4         %tmp = fdiv float %a, %b
5         ret float %tmp
6 }