Chris Lattner | b7a5cca | 2008-03-07 06:36:32 +0000 | [diff] [blame] | 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 | ||||
7 | } |