aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
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/rtl.h
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/rtl.h')
-rw-r--r--gcc/rtl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 9ac8a88..104d4fb 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1977,8 +1977,6 @@ extern unsigned int extended_count (rtx, enum machine_mode, int);
extern rtx remove_death (unsigned int, rtx);
extern void dump_combine_stats (FILE *);
extern void dump_combine_total_stats (FILE *);
-/* In web.c */
-extern void web_main (void);
/* In sched-rgn.c. */
extern void schedule_insns (FILE *);
@@ -2040,8 +2038,6 @@ extern void expand_dec (rtx, rtx);
/* In gcse.c */
extern bool can_copy_p (enum machine_mode);
extern rtx fis_get_condition (rtx);
-extern int gcse_main (rtx, FILE *);
-extern int bypass_jumps (FILE *);
/* In postreload-gcse.c */
extern void gcse_after_reload_main (rtx);