loop.c (loop_optimize): Make it static.

* loop.c (loop_optimize): Make it static.
	* cfgloop.h: Remove the prototype for loop_optimize.
	* rtl.h: Likewise.

From-SVN: r109795
This commit is contained in:
Kazu Hirata 2006-01-17 01:27:04 +00:00 committed by Kazu Hirata
parent 57c8b089a1
commit 04578e6489
4 changed files with 5 additions and 4 deletions

View File

@ -6,6 +6,10 @@
* local-alloc.c (local_alloc): Make it static.
* rtl.h: Remove the prototype for local_alloc.
* loop.c (loop_optimize): Make it static.
* cfgloop.h: Remove the prototype for loop_optimize.
* rtl.h: Likewise.
2006-01-16 DJ Delorie <dj@redhat.com>
* reload.c (reg_overlap_mentioned_for_reload_p): Handle subregs of

View File

@ -460,6 +460,4 @@ extern void record_estimate (struct loop *, tree, tree, tree);
/* Flags passed to loop_optimize. */
#define LOOP_PREFETCH 1
extern void loop_optimize (rtx, FILE *, int);
#endif /* GCC_CFGLOOP_H */

View File

@ -803,7 +803,7 @@ compute_luids (rtx start, rtx end, int prev_luid)
and DUMPFILE is a stream for output of a trace of actions taken
(or 0 if none should be output). */
void
static void
loop_optimize (rtx f, FILE *dumpfile, int flags)
{
rtx insn;

View File

@ -2000,7 +2000,6 @@ extern void print_inline_rtx (FILE *, rtx, int);
/* In loop.c */
extern void init_loop (void);
extern void loop_optimize (rtx, FILE *, int);
/* In bt-load.c */
extern void branch_target_load_optimize (bool);