1; RUN: llc < %s -mtriple=i686-- -mcpu=i3862; PR21223define float @func(float %a, float %b) nounwind {4entry:5 %tmp3 = frem float %a, %b ; <float> [#uses=1]6 ret float %tmp37}8