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/ssa.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/ssa.c')
-rw-r--r-- | gcc/ssa.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ssa.c b/gcc/ssa.c index 0a640ef5372..5b15b132d12 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 |