From 7f80955e8a0adbd181d678243520cd28e2d9803a Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 18 Jan 2006 15:03:44 +0000 Subject: * 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 --- gcc/rtl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/rtl.h') 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 *); -- cgit v1.2.1