aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-04-04 02:24:50 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-04-04 02:24:50 +0000
commite77d72cbc052a2462231aa1848d3e220a471d098 (patch)
tree843fa327c4739c577ba1794ec00c5fe4dd814da2 /gcc/reload1.c
parentbad3c76d531f984716d4c585046d7f254fd88e86 (diff)
downloadgcc-e77d72cbc052a2462231aa1848d3e220a471d098.zip
gcc-e77d72cbc052a2462231aa1848d3e220a471d098.tar.gz
gcc-e77d72cbc052a2462231aa1848d3e220a471d098.tar.bz2
sparc.c (output_restore_regs): Prototype.
* sparc.c (output_restore_regs): Prototype. (sparc_emit_float_lib_cmp): Constification. * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise. * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify): Prototype. * simplify-rtx.c (entry_and_rtx_equal_p): Constification. (get_value_hash, hash_rtx): Likewise. * ssa.c (compute_conservative_reg_partition): Prototype. * tree.c (mark_hash_entry): Prototype. From-SVN: r32896
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r--gcc/reload1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c
index 996336c..3520883 100644
--- a/gcc/reload1.c
+++ b/gcc/reload1.c
@@ -451,6 +451,8 @@ static rtx gen_mode_int PARAMS ((enum machine_mode,
HOST_WIDE_INT));
static void failed_reload PARAMS ((rtx, int));
static int set_reload_reg PARAMS ((int, int));
+static void reload_cse_delete_noop_set PARAMS ((rtx, rtx));
+static void reload_cse_simplify PARAMS ((rtx));
extern void dump_needs PARAMS ((struct insn_chain *, FILE *));
/* Initialize the reload pass once per compilation. */