summaryrefslogtreecommitdiff
path: root/gcc/genemit.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-04-16 17:56:12 -0600
committerJeff Law <law@gcc.gnu.org>1998-04-16 17:56:12 -0600
commite009aaf31fe0817ed9935c668817b2b83e141ba4 (patch)
tree08a9115271749de97a7598114ffea608e5c1aca1 /gcc/genemit.c
parentd77fac3be28ceefab764590a51a07cd6d0af3492 (diff)
downloadgcc-e009aaf31fe0817ed9935c668817b2b83e141ba4.tar.gz
loop.c (regs_patch_p): Add prototype.
* loop.c (regs_patch_p): Add prototype. (add_label_notes, count_nonfixed_reads): Likewise. (find_single_use_in_loop): Likewise. (express_from): Surround prototype with #ifdef. (giv_sort): Similarly. * jump.c (mark_modified_reg): Add prototype. * haifa-sched.c (is_prisky): Add prototype. (queue_to_ready): Likewise. * genextract.c (gen_insn): Add prototype. * genemit.c (max_operand_1): Add prototype. (max_operand_vec, print_code, gen_exp, gen_insn): Likewise. (gen_expand, gen_explit, output_add_clobbers): Likewise. (output_init_mov_optab): Likewise. * genattrtab.c (attr_hash_add_rtx): Add prototype. (attr_hash_add_string, write_length_unit_log): Likewise. * genattr.c (init_range): Add prototype. * combine.c (sets_function_arg_p): Add prototype. From-SVN: r19251
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r--gcc/genemit.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c
index d239ba65feb..209fe096e0c 100644
--- a/gcc/genemit.c
+++ b/gcc/genemit.c
@@ -63,6 +63,17 @@ struct clobber_ent
struct clobber_ent *next;
};
+static void max_operand_1 PROTO((rtx));
+static int max_operand_vec PROTO((rtx, int));
+static void print_code PROTO((RTX_CODE));
+static void gen_exp PROTO((rtx));
+static void gen_insn PROTO((rtx));
+static void gen_expand PROTO((rtx));
+static void gen_split PROTO((rtx));
+static void output_add_clobbers PROTO((void));
+static void output_init_mov_optab PROTO((void));
+
+
static void
max_operand_1 (x)
rtx x;