argument pushes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45279
138bc75d-0d04-0410-961f-
82ee72b054a4
+2001-08-29 Geoffrey Keating <geoffk@redhat.com>
+
+ * reload1.c (move2add_note_store): Correct typo checking for
+ argument pushes.
+
2001-08-29 Andrew MacLeod <amacleod@redhat.com>
* gcse.c (compute_hash_table): The SRC part of an insn with a RETVAL
if (GET_CODE (dst) == MEM)
{
dst = XEXP (dst, 0);
- if (GET_CODE (dst) == PRE_INC || GET_CODE (dst) == POST_DEC
+ if (GET_CODE (dst) == PRE_INC || GET_CODE (dst) == POST_INC
|| GET_CODE (dst) == PRE_DEC || GET_CODE (dst) == POST_DEC)
reg_set_luid[REGNO (XEXP (dst, 0))] = 0;
return;