summaryrefslogtreecommitdiffstats
path: root/gcc/global.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-04-21 19:31:56 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-04-21 19:31:56 +0000
commit845ed5f12792831a95b1a99c0cedccae49448a31 (patch)
treef37b220f222f1b41d8ea6926806503d4201f32af /gcc/global.c
parent4588a330c6017d02eae2e2433177d73ba2c672f1 (diff)
downloadppe42-gcc-845ed5f12792831a95b1a99c0cedccae49448a31.tar.gz
ppe42-gcc-845ed5f12792831a95b1a99c0cedccae49448a31.zip
Add prototypes for static functions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7118 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/global.c')
-rw-r--r--gcc/global.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/gcc/global.c b/gcc/global.c
index cbc9f008f37..92c717b70b2 100644
--- a/gcc/global.c
+++ b/gcc/global.c
@@ -250,20 +250,20 @@ static int n_regs_set;
static HARD_REG_SET eliminable_regset;
-static int allocno_compare ();
-static void mark_reg_store ();
-static void mark_reg_clobber ();
-static void mark_reg_conflicts ();
-static void mark_reg_live_nc ();
-static void mark_reg_death ();
-static void dump_conflicts ();
-void dump_global_regs ();
-static void find_reg ();
-static void global_conflicts ();
-static void expand_preferences ();
-static void prune_preferences ();
-static void record_conflicts ();
-static void set_preference ();
+static int allocno_compare PROTO((int *, int *));
+static void global_conflicts PROTO((void));
+static void expand_preferences PROTO((void));
+static void prune_preferences PROTO((void));
+static void find_reg PROTO((int, HARD_REG_SET, int, int, int));
+static void record_one_conflict PROTO((int));
+static void record_conflicts PROTO((short *, int));
+static void mark_reg_store PROTO((rtx, rtx));
+static void mark_reg_clobber PROTO((rtx, rtx));
+static void mark_reg_conflicts PROTO((rtx));
+static void mark_reg_death PROTO((rtx));
+static void mark_reg_live_nc PROTO((int, enum machine_mode));
+static void set_preference PROTO((rtx, rtx));
+static void dump_conflicts PROTO((FILE *));
/* Perform allocation of pseudo-registers not allocated by local_alloc.
FILE is a file to output debugging information on,
OpenPOWER on IntegriCloud