pa.c (print_stw, print_ldw): Delete.
authorJeff Law <law@gcc.gnu.org>
Tue, 6 Apr 1993 00:52:19 +0000 (18:52 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 6 Apr 1993 00:52:19 +0000 (18:52 -0600)
commitaadcdb458c68197f3da9a0c25ca839321c96f6bf
tree05b0af3625644f6faefce835aa0bc59278b730ec
parent527986c952469138145b5ff7206c7660d7a795a9
pa.c (print_stw, print_ldw): Delete.

* pa.c (print_stw, print_ldw): Delete.
(eligible_for_epilogue_delay): Delete.
(hppa_epilogue_delay_slots): Delete.
(store_reg, load_reg, set_reg_plus_d): New helper functions.
(output_function_prologue): Only emit assembler pseudo-ops
to denote the start of a function.  Place the correct
value into hp_profile_label_name if profiling.
(output_function_epilogue): Only emit assembler pseudo-ops
to deonte the end of a function.
(hppa_expand_prologue): New function to emit all prologue
code as RTL.
(hppa_expand_epilogue): Likewise for the epilogue.
(compute_frame_size): Update to account for using %r4 as an
allocatable register if the frame pointer was eliminated.

From-SVN: r4025
gcc/config/pa/pa.c