]> git.ipfire.org Git - thirdparty/gcc.git/commit
* config/i386/i386-protos.c (ix86_lea_outperforms): Remove prototype.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Jul 2012 19:03:48 +0000 (19:03 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Jul 2012 19:03:48 +0000 (19:03 +0000)
commit8c99863d0e0d24ac987407bdeef9779c94bdb968
tree5709a9db92f15c40adba12ff9c036fdb14f54bdd
parent6272f519d8a7853997470f861973e5138461ca3e
* config/i386/i386-protos.c (ix86_lea_outperforms): Remove prototype.
* config/i386/i386.c (ix86_lea_outperforms): Make static.  Make
split_cost argument signed.
(ix86_avoid_lea_for_add): Cleanup.
(ix86_use_lea_for_mov): Use INVALID_REGNUM instead of -1.
(ix86_avoid_lea_for_addr): Ditto.  Make split_cost signed.
Use gen_lowpart instead of gen_rtx_SUBREG.  Cleanup.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189792 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386-protos.h
gcc/config/i386/i386.c