reload1.c (struct elim_table): Delete MAX_OFFSET member.
authorJeff Law <law@gcc.gnu.org>
Thu, 29 Oct 1998 23:07:56 +0000 (16:07 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 29 Oct 1998 23:07:56 +0000 (16:07 -0700)
commit1f3b1e1a0bb4549b57a060c36ceb49db0ddbfa41
tree57777d9ed3480e6091df243927234c2a0ce971b4
parent6467c05f009c4711c47cef786530b9fe66253997
reload1.c (struct elim_table): Delete MAX_OFFSET member.


* reload1.c (struct elim_table): Delete MAX_OFFSET member.
(update_eliminable_offsets): Don't compute it.
(set_initial_elim_offsets): Don't initialize it.
Break out some code into set_initial_label_offsets so the rest of
this function can be called from reload_as_needed.
Assume that INITIAL_FRAME_POINTER_OFFSET is defeined when
ELIMINABLE_REGS isn't.
(set_initial_label_offsets): New function, broken out of
set_initial_elim_offsets.
(set_offsets_for_label): New function, broken out of set_label_offsets
and reload_as_needed.
(reload): Call the two new functions.
(reload_as_needed): Call set_initial_elim_offsets instead of
duplicating the code.  Likewise for set_offsets_for_label.

From-SVN: r23442
gcc/reload1.c