Merge branch 'master' into msp430
[llvm/msp430.git] / test / CodeGen / X86 / 2008-03-06-frem-fpstack.ll
blob2d7182e733fb175c9e44992f5ccc1c628153dfa5
1 ; RUN: llvm-as < %s | llc -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