summaryrefslogtreecommitdiff
path: root/gcc/reload.h
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-13 16:41:16 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-13 16:41:16 +0000
commit75eb327c4624ddc3c82c55d4bc2ed6690b117102 (patch)
tree68d209ee044a7e7800e489d27bec1b57a191815e /gcc/reload.h
parentee0548e90c9a1906b1c4b2b840e7df1dfc878273 (diff)
downloadgcc-75eb327c4624ddc3c82c55d4bc2ed6690b117102.tar.gz
* Makefile.in (toplev.o, jump.o, regmove.o): Depend on reload.h
* jump.c, regmove.c, toplev.c: Include reload.h. * reload.h (reload_cse_regs): Declare. * rtl.h (find_equiv_reg, operands_match_p, safe_from_earlyclobber, reload_cse_regs, init_reload, mark_home_live, reload, init_caller_save): Delete redundant prototypes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41338 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reload.h')
-rw-r--r--gcc/reload.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/reload.h b/gcc/reload.h
index b604184a529..40af087e48e 100644
--- a/gcc/reload.h
+++ b/gcc/reload.h
@@ -343,6 +343,7 @@ int earlyclobber_operand_p PARAMS ((rtx));
/* Functions in reload1.c: */
+extern void reload_cse_regs PARAMS ((rtx));
extern int reloads_conflict PARAMS ((int, int));
/* Initialize the reload pass once per compilation. */