On Sat, Jul 9, 2011 at 4:12 PM, Richard Henderson <r...@redhat.com> wrote: > On 07/09/2011 04:05 PM, H.J. Lu wrote: >>> Is this change actually necessary? I would think that the >>> predicate has already been adjusted... >>> >> >> Since we always use short version for x32, there is no need to call. >> x86_64_zext_immediate_operand. > > Yes, but using the shorter condition, i.e. always calling > x86_64_zext_immediate_operand and letting it return true for > all x32 symbols, is easier to maintain.
I always updated x86_64_zext_immediate_operand for x32. I will remove TARGET_X32. Thanks. -- H.J.