Properly set ix86_gen_xxx function pointers
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 12 Mar 2012 15:56:26 +0000 (15:56 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 12 Mar 2012 15:56:26 +0000 (08:56 -0700)
commit986b64239b40389df573aef3dec36da5f5637c0d
tree56083eec7eeed4a0ee13a9b6ab4ef69cba7b9c56
parent472b8fdc56b2ff0f8f222a783d0a8174ae96c94a
Properly set ix86_gen_xxx function pointers

2012-03-12  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c (ix86_option_override_internal): Properly
set ix86_gen_leave and ix86_gen_monitor.  Check Pmode == DImode,
instead of TARGET_64BIT, to set ix86_gen_add3, ix86_gen_sub3,
ix86_gen_one_cmpl2, ix86_gen_andsp,
ix86_gen_allocate_stack_worker, ix86_gen_adjust_stack_and_probe
and ix86_gen_probe_stack_range.

* config/i386/sse.md (sse3_monitor64): Renamed to ...
(sse3_monitor64_<mode>): This.

From-SVN: r185247
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/sse.md