summaryrefslogtreecommitdiff
path: root/gcc/tracer.c
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-16 11:42:26 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-16 11:42:26 +0000
commitff6de758e10ebfd83be11cb480b0a6e6850e4866 (patch)
tree9168d9d15d4b4a570be04260b6e5e78c180bcb5f /gcc/tracer.c
parentba5ab4f729ec2382535f5577a87376213c34fbff (diff)
downloadgcc-ff6de758e10ebfd83be11cb480b0a6e6850e4866.tar.gz
* tracer.c: Remove duplication declaration.
* toplev.c: Remove extra declaration of decode_d_option. * ssa.c: Remove duplicate declaration. * sreal.c: Remove extra declaration of dump_sreal. * reload1.c: Remove duplicate declarations. * integrate.c: Remove extra declaration of set_decl_abstract_flags. * flow.c: Remove extra declaration of dump_flow_info. * alias.c: Remove extra declaration of get_addr. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68006 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tracer.c')
-rw-r--r--gcc/tracer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tracer.c b/gcc/tracer.c
index 701c16a9395..ec9b9bac5ae 100644
--- a/gcc/tracer.c
+++ b/gcc/tracer.c
@@ -56,7 +56,6 @@ static edge find_best_predecessor PARAMS ((basic_block));
static int find_trace PARAMS ((basic_block, basic_block *));
static void tail_duplicate PARAMS ((void));
static void layout_superblocks PARAMS ((void));
-static bool ignore_bb_p PARAMS ((basic_block));
/* Minimal outgoing edge probability considered for superblock formation. */
static int probability_cutoff;