blob: 2d7182e733fb175c9e44992f5ccc1c628153dfa5 [file] [log] [blame]
Chris Lattnerb7a5cca2008-03-07 06:36:32 +00001; RUN: llvm-as < %s | llc -march=x86 -mcpu=i386
2; PR2122
3define float @func(float %a, float %b) nounwind {
4entry:
5 %tmp3 = frem float %a, %b ; <float> [#uses=1]
6 ret float %tmp3
7}