diff options
author | Andreas Jaeger <aj@suse.de> | 2003-06-16 13:42:26 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2003-06-16 13:42:26 +0200 |
commit | baaa12222a7fb4b7f6a8e99d0c2fce43e51ec081 (patch) | |
tree | 9168d9d15d4b4a570be04260b6e5e78c180bcb5f /gcc/reload1.c | |
parent | 814499a428743b10267757f0592139d04282cdb6 (diff) | |
download | gcc-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/reload1.c')
-rw-r--r-- | gcc/reload1.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c index 12f6689..2462d0f 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -453,10 +453,7 @@ static void move2add_note_store PARAMS ((rtx, rtx, void *)); static void add_auto_inc_notes PARAMS ((rtx, rtx)); #endif static void copy_eh_notes PARAMS ((rtx, rtx)); -static void failed_reload PARAMS ((rtx, int)); -static int set_reload_reg PARAMS ((int, int)); static void reload_cse_simplify PARAMS ((rtx, rtx)); -void fixup_abnormal_edges PARAMS ((void)); extern void dump_needs PARAMS ((struct insn_chain *)); /* Initialize the reload pass once per compilation. */ |