i386.c (ix86_expand_prologue): Use Pmode mode consistently.
authorUros Bizjak <ubizjak@gmail.com>
Mon, 19 Mar 2012 13:09:44 +0000 (14:09 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 19 Mar 2012 13:09:44 +0000 (14:09 +0100)
commit79f3658a243933ec102cf7c8d2e702645020169e
tree903d73a0086395ca9678278f2a67b82532131b3e
parenta1b60e499f968e348d3465db67786e2571e8ed96
i386.c (ix86_expand_prologue): Use Pmode mode consistently.

* config/i386/i386.c (ix86_expand_prologue) <CM_LARGE_PIC>: Use Pmode
mode consistently.  Use ix86_gen_add3.  Assert that Pmode == DImode.
(ix86_expand_split_stack_prologue): Use ix86_gen_add3.
(ix86_split_long_move): Ditto.
(legitimize_tls_address): Use ix86_gen_sub3.
(construct_plt_address): Assert that Pmode == DImode.

From-SVN: r185520
gcc/ChangeLog
gcc/config/i386/i386.c