summaryrefslogtreecommitdiff
path: root/gcc/cfgloop.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-17 01:27:04 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-17 01:27:04 +0000
commit0334f35ce975b4b82a5efa9559739cd2d4c98eef (patch)
tree51edb8c3f53be783752d3fb9dcbeddaf3cf7ad14 /gcc/cfgloop.h
parent46a3cafbc55a1255588a363dd9a65f44726cf379 (diff)
downloadgcc-0334f35ce975b4b82a5efa9559739cd2d4c98eef.tar.gz
* loop.c (loop_optimize): Make it static.
* cfgloop.h: Remove the prototype for loop_optimize. * rtl.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109795 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfgloop.h')
-rw-r--r--gcc/cfgloop.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h
index b9c0dbc5b0d..b5ac71caeab 100644
--- a/gcc/cfgloop.h
+++ b/gcc/cfgloop.h
@@ -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 */