* function.c (update_epilogue_consts): Don't use PARAMS.
* rtl.h (web_main): Ditto.
* target.h (is_costly_dependence): Ditto
From-SVN: r74099
+2003-12-01 Steven Bosscher <stevenb@suse.de>
+
+ * function.c (update_epilogue_consts): Don't use PARAMS.
+ * rtl.h (web_main): Ditto.
+ * target.h (is_costly_dependence): Ditto
+
2003-12-01 Eric Botcazou <ebotcazou@libertysurf.fr>
PR middle-end/7847
};
static void handle_epilogue_set (rtx, struct epi_info *);
-static void update_epilogue_consts PARAMS ((rtx, rtx, void *));
+static void update_epilogue_consts (rtx, rtx, void *);
static void emit_equiv_load (struct epi_info *);
/* Modify INSN, a list of one or more insns that is part of the epilogue, to
extern void dump_combine_total_stats (FILE *);
#endif
/* In web.c */
-extern void web_main PARAMS ((void));
+extern void web_main (void);
/* In sched.c. */
#ifdef BUFSIZ
fourth argument is the cost of the dependence as estimated by
the scheduler. The last argument is the distance in cycles
between the already scheduled insn (first parameter) and the
- the second insn (second parameter).
- */
- bool (* is_costly_dependence) PARAMS ((rtx, rtx, rtx, int, int));
+ the second insn (second parameter). */
+ bool (* is_costly_dependence) (rtx, rtx, rtx, int, int);
} sched;
/* Given two decls, merge their attributes and return the result. */