diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-16 23:56:12 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-16 23:56:12 +0000 |
commit | 13de78c54c23d453ee6bf14c8a9d40ea108929e0 (patch) | |
tree | 08a9115271749de97a7598114ffea608e5c1aca1 /gcc/genextract.c | |
parent | 3a89b1337f4c0fa0fe3f47f5d43f944706dece0c (diff) | |
download | gcc-13de78c54c23d453ee6bf14c8a9d40ea108929e0.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19251 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genextract.c')
-rw-r--r-- | gcc/genextract.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genextract.c b/gcc/genextract.c index 22722b5c81d..574a8f38b9c 100644 --- a/gcc/genextract.c +++ b/gcc/genextract.c @@ -95,6 +95,7 @@ static int dupnums[MAX_DUP_OPERANDS]; static struct code_ptr *peepholes; +static void gen_insn PROTO ((rtx)); static void walk_rtx PROTO ((rtx, char *)); static void print_path PROTO ((char *)); char *xmalloc PROTO ((unsigned)); |