diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2000-01-17 15:37:04 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-01-17 15:37:04 +0000 |
commit | 1353681247458baa6a3df8375b786df8ace7664c (patch) | |
tree | 2c932fb63a8aa3c1db1b432e880202b0e3f267b3 /gcc/profile.c | |
parent | 3fe41456ed2b825719c3f4c5e4bd90c71f1fc677 (diff) | |
download | gcc-1353681247458baa6a3df8375b786df8ace7664c.zip gcc-1353681247458baa6a3df8375b786df8ace7664c.tar.gz gcc-1353681247458baa6a3df8375b786df8ace7664c.tar.bz2 |
machmode.h: PROTO -> PARAMS.
* 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.
From-SVN: r31459
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 ce8f3db..d19b37b 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 |