Commit ada6635f by J"orn Rennecke Committed by Alexandre Oliva

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
parent f6d1c49e
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> 2001-01-10 Nick Clifton <nickc@redhat.com>
* config/d30v/d30v.c (d30v_init_machine_status): Initialise * config/d30v/d30v.c (d30v_init_machine_status): Initialise
......
...@@ -9149,11 +9149,9 @@ move2add_note_store (dst, set, data) ...@@ -9149,11 +9149,9 @@ move2add_note_store (dst, set, data)
{ {
if (REGNO (src0) != regno if (REGNO (src0) != regno
|| reg_offset[regno] != const0_rtx) || reg_offset[regno] != const0_rtx)
{ reg_base_reg[regno] = REGNO (src0);
reg_base_reg[regno] = REGNO (src0);
reg_set_luid[regno] = move2add_luid;
}
reg_set_luid[regno] = move2add_luid;
reg_offset[regno] = XEXP (src, 1); reg_offset[regno] = XEXP (src, 1);
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment