diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-17 15:37:04 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-17 15:37:04 +0000 |
commit | c70f711149bb09e66d312cb18a1325e309e1a46c (patch) | |
tree | 2c932fb63a8aa3c1db1b432e880202b0e3f267b3 /gcc/profile.c | |
parent | 38b9004f47abbfee75df3dba53f7a644203fdbf6 (diff) | |
download | gcc-c70f711149bb09e66d312cb18a1325e309e1a46c.tar.gz |
* machmode.h: PROTO -> PARAMS.
* mbchar.h: Likewise.
* mips-tdump.c: Likewise.
* mips-tfile.c: Likewise.
* optabs.c: Likewise.
* output.h: Likewise.
* prefix.c: Likewise.
* profile.c: Likewise.
* protoize.c: Likewise.
* real.h: Likewise.
* recog.c: Likewise.
* recog.h: Likewise.
* regclass.c: Likewise.
* regmove.c: Likewise.
* regs.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31459 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index ce8f3db6a3d..d19b37b4cf7 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -150,16 +150,16 @@ static int total_num_never_executed; static int total_num_branches; /* Forward declarations. */ -static void init_arc PROTO((struct adj_list *, int, int, rtx)); -static void find_spanning_tree PROTO((int)); -static void expand_spanning_tree PROTO((int)); -static void fill_spanning_tree PROTO((int)); -static void init_arc_profiler PROTO((void)); -static void output_arc_profiler PROTO((int, rtx)); -static void instrument_arcs PROTO((rtx, int, FILE *)); -static void output_gcov_string PROTO((const char *, long)); -static int tablejump_entry_p PROTO((rtx, rtx)); -static void compute_branch_probabilities PROTO((int, FILE *)); +static void init_arc PARAMS ((struct adj_list *, int, int, rtx)); +static void find_spanning_tree PARAMS ((int)); +static void expand_spanning_tree PARAMS ((int)); +static void fill_spanning_tree PARAMS ((int)); +static void init_arc_profiler PARAMS ((void)); +static void output_arc_profiler PARAMS ((int, rtx)); +static void instrument_arcs PARAMS ((rtx, int, FILE *)); +static void output_gcov_string PARAMS ((const char *, long)); +static int tablejump_entry_p PARAMS ((rtx, rtx)); +static void compute_branch_probabilities PARAMS ((int, FILE *)); #ifndef LONG_TYPE_SIZE #define LONG_TYPE_SIZE BITS_PER_WORD |