m68hc11.c (emit_move_after_reload): Add a REG_INC note on the insn that sets the...
authorStephane Carrez <Stephane.Carrez@worldnet.fr>
Fri, 15 Mar 2002 21:44:49 +0000 (22:44 +0100)
committerStephane Carrez <ciceron@gcc.gnu.org>
Fri, 15 Mar 2002 21:44:49 +0000 (22:44 +0100)
commit6272bc6859f211cf4cc9b8b02f56a87a0c381834
tree759002b68a793dc6da200bcb82381ed2d98e1098
parent1d2d9def8281db63e5ea232ce2d29fccd0268ecb
m68hc11.c (emit_move_after_reload): Add a REG_INC note on the insn that sets the soft frame register.

* 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.

From-SVN: r50837
gcc/ChangeLog
gcc/config/m68hc11/m68hc11.c
gcc/config/m68hc11/m68hc11.h