From 362440248c3d5f5805aeb52c21c20036f0dbb361 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Thu, 4 May 2000 17:58:40 +0000 Subject: bb-reorder.c (get_next_bb_note, [...]): Prototype. * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype. * diagnostic (vbuild_message_string, build_message_string, build_location_prefix, output_get_prefix, init_output_buffer, output_notice, vline_wrapper_message_with_location, v_message_with_decl, default_print_error_function): De-constify. (set_real_maximum_length): Prototype. * diagnostic.h (struct output_buffer, init_output_buffer, output_get_prefix, output_set_prefix): De-constify. * function.c (init_function_start): Constify. * gensupport.c (remove_constraints, process_rtx): Prototype. * gthr-posix.h: Indent uses of #pragma. * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table): Prototype. * predict.c (find_expected_value): Delete prototype. (expected_value_to_br_prob): Initialize variable `ev_reg'. * sbitmap.h (debug_sbitmap): Prototype. * ssa.c (compute_coalesced_reg_partition): Prototype. * stor-layout.c (debug_rli): Prototype. * tree.h (round_down): Prototype. (init_function_start): Constify. ch: * ch-tree.h (init_function_start): Constify. From-SVN: r33675 --- gcc/gensupport.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/gensupport.c') diff --git a/gcc/gensupport.c b/gcc/gensupport.c index 35ef018..9e77a97 100644 --- a/gcc/gensupport.c +++ b/gcc/gensupport.c @@ -37,6 +37,9 @@ struct queue_elem { static struct queue_elem *rtx_ready_queue; +static void remove_constraints PARAMS ((rtx)); +static void process_rtx PARAMS ((rtx *)); + /* Recursively remove constraints from an rtx. */ static void -- cgit v1.1