aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2005-12-25 16:59:51 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-12-25 16:59:51 +0000
commit65727068eae667fd1ec4595c6ebcaceed029963f (patch)
tree45ce0b16704506b682f3c11d643f3f48df97bee9 /gcc/gcse.c
parentb6c69918de56d4c09ee60b5f99503b490f651939 (diff)
downloadgcc-65727068eae667fd1ec4595c6ebcaceed029963f.zip
gcc-65727068eae667fd1ec4595c6ebcaceed029963f.tar.gz
gcc-65727068eae667fd1ec4595c6ebcaceed029963f.tar.bz2
final.c (compute_alignments): Make it static.
* 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. From-SVN: r109051
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;