* loop.c (loop_optimize): Make it static.
* cfgloop.h: Remove the prototype for loop_optimize.
* rtl.h: Likewise.
From-SVN: r109795
* 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
/* Flags passed to loop_optimize. */
#define LOOP_PREFETCH 1
-extern void loop_optimize (rtx, FILE *, int);
-
#endif /* GCC_CFGLOOP_H */
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;
/* 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);