summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-25 16:59:51 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-25 16:59:51 +0000
commitf9567f01d5da105421eb3e672fbf0ae7e28d9d72 (patch)
tree45ce0b16704506b682f3c11d643f3f48df97bee9 /gcc/gcse.c
parentf89071b3181de06ca5e468ad40535387f7b3d657 (diff)
downloadgcc-f9567f01d5da105421eb3e672fbf0ae7e28d9d72.tar.gz
* final.c (compute_alignments): Make it static.
* gcse.c (gcse_main, bypass_jumps): Likewise. * web.c (web_main): Likewise. * output.h: Remove the prototype for compute_alignments. * rtl.h: Remove the prototypes for web_main, gcse_main, and bypass_jumps. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109051 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r--gcc/gcse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcse.c b/gcc/gcse.c
index 8e4dbecb672..596669480f5 100644
--- a/gcc/gcse.c
+++ b/gcc/gcse.c
@@ -660,7 +660,7 @@ static bool is_too_expensive (const char *);
F is the first instruction in the function. Return nonzero if a
change is mode. */
-int
+static int
gcse_main (rtx f ATTRIBUTE_UNUSED, FILE *file)
{
int changed, pass;
@@ -6510,7 +6510,7 @@ store_motion (void)
/* Entry point for jump bypassing optimization pass. */
-int
+static int
bypass_jumps (FILE *file)
{
int changed;