reload1.c (move2add_note_store): Update reg_set_luid even if base reg remains the same.

* reload1.c (move2add_note_store): Update reg_set_luid even if
base reg remains the same.

From-SVN: r38891
This commit is contained in:
J"orn Rennecke 2001-01-11 02:57:52 +00:00 committed by Alexandre Oliva
parent f6d1c49e80
commit ada6635f2b
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2001-01-11 J"orn Rennecke <amylaar@redhat.com>
* reload1.c (move2add_note_store): Update reg_set_luid even if
base reg remains the same.
2001-01-10 Nick Clifton <nickc@redhat.com>
* config/d30v/d30v.c (d30v_init_machine_status): Initialise

View File

@ -9149,11 +9149,9 @@ move2add_note_store (dst, set, data)
{
if (REGNO (src0) != regno
|| reg_offset[regno] != const0_rtx)
{
reg_base_reg[regno] = REGNO (src0);
reg_set_luid[regno] = move2add_luid;
}
reg_base_reg[regno] = REGNO (src0);
reg_set_luid[regno] = move2add_luid;
reg_offset[regno] = XEXP (src, 1);
break;
}