]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/CodeGen/X86/2008-03-06-frem-fpstack.ll
Vendor import of llvm release_40 branch r292009:
[FreeBSD/FreeBSD.git] / test / CodeGen / X86 / 2008-03-06-frem-fpstack.ll
1 ; RUN: llc < %s -march=x86 -mcpu=i386
2 ; PR2122
3 define float @func(float %a, float %b) nounwind  {
4 entry:
5         %tmp3 = frem float %a, %b               ; <float> [#uses=1]
6         ret float %tmp3
7 }