diff options
Diffstat (limited to 'gcc/resource.c')
-rw-r--r-- | gcc/resource.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/resource.c b/gcc/resource.c index 719bd20..274cb23 100644 --- a/gcc/resource.c +++ b/gcc/resource.c @@ -74,10 +74,10 @@ static HARD_REG_SET current_live_regs; static HARD_REG_SET pending_dead_regs; -static void update_live_status PROTO ((rtx, rtx, void *)); -static int find_basic_block PROTO ((rtx)); -static rtx next_insn_no_annul PROTO ((rtx)); -static rtx find_dead_or_set_registers PROTO ((rtx, struct resources*, +static void update_live_status PARAMS ((rtx, rtx, void *)); +static int find_basic_block PARAMS ((rtx)); +static rtx next_insn_no_annul PARAMS ((rtx)); +static rtx find_dead_or_set_registers PARAMS ((rtx, struct resources*, rtx*, int, struct resources, struct resources)); |