diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-16 11:42:26 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-16 11:42:26 +0000 |
commit | ff6de758e10ebfd83be11cb480b0a6e6850e4866 (patch) | |
tree | 9168d9d15d4b4a570be04260b6e5e78c180bcb5f /gcc/flow.c | |
parent | ba5ab4f729ec2382535f5577a87376213c34fbff (diff) | |
download | gcc-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/flow.c')
-rw-r--r-- | gcc/flow.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/flow.c b/gcc/flow.c index e234b1d5e8f..bfc3544f7da 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)); |