aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
diff options
context:
space:
mode:
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 8e4dbec..5966694 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;