summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-18 15:03:44 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-18 15:03:44 +0000
commit7f80955e8a0adbd181d678243520cd28e2d9803a (patch)
treef3dac25a19436337e76289f99a98435862200c1d /gcc/rtl.h
parent73b6254810232d04fd1ec6c8db404019166a9f23 (diff)
downloadgcc-7f80955e8a0adbd181d678243520cd28e2d9803a.tar.gz
* postreload-gcse.c (gcse_after_reload_main): Make it static.
* rtl.h: Remove the prototype for gcse_after_reload_main. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109889 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index d6bf888a0bb..0edff2425e8 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2035,9 +2035,6 @@ extern void expand_dec (rtx, rtx);
extern bool can_copy_p (enum machine_mode);
extern rtx fis_get_condition (rtx);
-/* In postreload-gcse.c */
-extern void gcse_after_reload_main (rtx);
-
/* In global.c */
extern void mark_elimination (int, int);
extern void dump_global_regs (FILE *);