Re: PATCH: Pass and return pointers in word_mode

2012-03-06 Thread Uros Bizjak
On Tue, Mar 6, 2012 at 11:45 PM, H.J. Lu wrote: > Pmode may not be word_mode for TARGET_64BIT.  This patch changes to > word_mode instead of Pmode.  OK for trunk? > 2012-03-02  H.J. Lu   > >        * config/i386/i386.c (function_value_64): Return pointers in >        word_mode instead of Pmode. >

PATCH: Pass and return pointers in word_mode

2012-03-06 Thread H.J. Lu
Pmode may not be word_mode for TARGET_64BIT. This patch changes to word_mode instead of Pmode. OK for trunk? Thanks. H.J. 2012-03-02 H.J. Lu * config/i386/i386.c (function_value_64): Return pointers in word_mode instead of Pmode. (ix86_promote_function_mode): Likewi