m32c.c (m32c_option_override): Always disable function-cse in 16-bit mode.
authorDJ Delorie <dj@redhat.com>
Wed, 20 Oct 2010 20:37:54 +0000 (16:37 -0400)
committerDJ Delorie <dj@gcc.gnu.org>
Wed, 20 Oct 2010 20:37:54 +0000 (16:37 -0400)
commitd123bf41c91c7eeb4672ad126317dfbb2930b034
tree3472f0a527c8959b7c1b3332ff8443bd77ad9582
parent582346ed66a6dc53e22426ae66d01d935e3595bc
m32c.c (m32c_option_override): Always disable function-cse in 16-bit mode.

* config/m32c/m32c.c (m32c_option_override): Always disable
function-cse in 16-bit mode.  Indirect calls are always worse than
direct calls as there is no 16-bit indirect call opcode.
(m32c_override_options_after_change): New, likewise.

From-SVN: r165737
gcc/ChangeLog
gcc/config/m32c/m32c.c