OSDN Git Service

* config/m68hc11/m68hc11.c (emit_move_after_reload): Add a REG_INC
authorciceron <ciceron@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Mar 2002 21:44:49 +0000 (21:44 +0000)
committerciceron <ciceron@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Mar 2002 21:44:49 +0000 (21:44 +0000)
commitea1cd8de68badd009fc5ac8a754095e81a55d7e7
tree759002b68a793dc6da200bcb82381ed2d98e1098
parent3f340f35695f508d118b38ed5401dcf35ffe52ca
* config/m68hc11/m68hc11.c (emit_move_after_reload): Add a REG_INC
note on the insn that sets the soft frame register.
(must_parenthesize): ix and iy are also reserved names.
(print_operand_address): One more place where parenthesis are required
to avoid confusion with register names.
(m68hc11_gen_movhi): Allow push of stack pointer.
(m68hc11_check_z_replacement): Fix handling of parallel with a
clobber.
(m68hc11_z_replacement): Must update the REG_INC notes to tell what
the replacement register is.
* config/m68hc11/m68hc11.h (REG_CLASS_CONTENTS): Switch Z_REGS
and D8_REGS classes.
(MODES_TIEABLE_P): All modes are tieable except QImode.

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