diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-04-16 18:40:39 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-04-16 18:40:39 -0600 |
commit | 0e05e8ea120730bbe3ff45c2f6b9a6172e469ae9 (patch) | |
tree | 6a89784a7594dce3c6e8e000c1873ed88f1d6e8c /gcc/reorg.c | |
parent | a777ae13a761638ee29cfe06f9542f14769d0dd0 (diff) | |
download | gcc-0e05e8ea120730bbe3ff45c2f6b9a6172e469ae9.zip gcc-0e05e8ea120730bbe3ff45c2f6b9a6172e469ae9.tar.gz gcc-0e05e8ea120730bbe3ff45c2f6b9a6172e469ae9.tar.bz2 |
varasm.c (asm_output_bss): Add prototype.
* varasm.c (asm_output_bss): Add prototype.
(asm_output_aligned_bss): Likewise.
* unroll.c (verify_addresses): Add prototype.
* toplev.c: Add many prototypes. Too many to mention here.
* stmt.c (check_seenlabel): Add prototype.
* rtlanal.c (reg_set_p_1): Add prototype.
(reg_set_last_1): Likewise.
* reorg.c (find_dead_or_set_registers): Add prototype.
* regmove (try_auto_increment): Add prototype.
* regstack.c (pop_stack): Add prototype.
From-SVN: r19254
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r-- | gcc/reorg.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index d74ba10..68486b0 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -264,6 +264,9 @@ static void fix_reg_dead_note PROTO((rtx, rtx)); static void update_reg_unused_notes PROTO((rtx, rtx)); static void update_live_status PROTO((rtx, rtx)); static rtx next_insn_no_annul PROTO((rtx)); +static rtx find_dead_or_set_registers PROTO ((rtx, struct resources *, rtx *, + int, struct resources, + struct resources)); static void mark_target_live_regs PROTO((rtx, struct resources *)); static void fill_simple_delay_slots PROTO((int)); static rtx fill_slots_from_thread PROTO((rtx, rtx, rtx, rtx, int, int, |