m68hc11.c (expand_prologue): Use push/pop to allocate 4-bytes of locals on 68HC11.
authorStephane Carrez <stcarrez@nerim.fr>
Wed, 15 Jan 2003 23:30:40 +0000 (00:30 +0100)
committerStephane Carrez <ciceron@gcc.gnu.org>
Wed, 15 Jan 2003 23:30:40 +0000 (00:30 +0100)
commit51e13b719414e6d04d13541bfaa1f0a90cf4463a
tree4bd552e07d3cf4aed74e58c1dd2766a4c43b0554
parent1ceb0dc75365ae77a477ab9ffb3cc22f15abf722
m68hc11.c (expand_prologue): Use push/pop to allocate 4-bytes of locals on 68HC11.

* config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
allocate 4-bytes of locals on 68HC11.
(expand_epilogue): Likewise.
(m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.

From-SVN: r61364
gcc/ChangeLog
gcc/config/m68hc11/m68hc11.c