aboutsummaryrefslogtreecommitdiff
path: root/gcc/ssa.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/ssa.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/ssa.c')
-rw-r--r--gcc/ssa.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ssa.c b/gcc/ssa.c
index 0a640ef..5b15b13 100644
--- a/gcc/ssa.c
+++ b/gcc/ssa.c
@@ -1,5 +1,6 @@
/* Static Single Assignment conversion routines for the GNU compiler.
- Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002, 2003
+ Free Software Foundation, Inc.
This file is part of GCC.
@@ -212,8 +213,6 @@ static int record_canonical_element_1
PARAMS ((void **srfp, void *data));
static int check_hard_regs_in_partition
PARAMS ((partition reg_partition));
-static int rename_equivalent_regs_in_insn
- PARAMS ((rtx *ptr, void *data));
/* These are used in the register coalescing algorithm. */
static int coalesce_if_unconflicting