summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-03-06-frem-fpstack.ll
blob: 498d6baa8581cc9e4f5a550db2044c7c71f7f089 (plain)
1
2
3
4
5
6
7
; RUN: llc < %s -mtriple=i686-- -mcpu=i386
; PR2122
define float @func(float %a, float %b) nounwind  {
entry:
        %tmp3 = frem float %a, %b               ; <float> [#uses=1]
        ret float %tmp3
}