aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-06-16 13:42:26 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-06-16 13:42:26 +0200
commitbaaa12222a7fb4b7f6a8e99d0c2fce43e51ec081 (patch)
tree9168d9d15d4b4a570be04260b6e5e78c180bcb5f /gcc/flow.c
parent814499a428743b10267757f0592139d04282cdb6 (diff)
downloadgcc-baaa12222a7fb4b7f6a8e99d0c2fce43e51ec081.zip
gcc-baaa12222a7fb4b7f6a8e99d0c2fce43e51ec081.tar.gz
gcc-baaa12222a7fb4b7f6a8e99d0c2fce43e51ec081.tar.bz2
tracer.c: Remove duplication declaration.
* 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. From-SVN: r68006
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index e234b1d..bfc3544 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -1,6 +1,6 @@
/* Data flow analysis for GNU compiler.
Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of GCC.
@@ -333,7 +333,6 @@ static void mark_used_reg PARAMS ((struct propagate_block_info *,
rtx, rtx, rtx));
static void mark_used_regs PARAMS ((struct propagate_block_info *,
rtx, rtx, rtx));
-void dump_flow_info PARAMS ((FILE *));
void debug_flow_info PARAMS ((void));
static void add_to_mem_set_list PARAMS ((struct propagate_block_info *,
rtx));