On 6 October 2014 19:58, Jeff Law <l...@redhat.com> wrote: > What makes word_mode special here? ie, why is special casing for word_mode > the right thing to do?
The patch does not special-case word mode. The if condition tests if smode would cover multiple hard registers. If that would be the case, smode is replaced with word_mode.