diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-18 15:03:44 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-18 15:03:44 +0000 |
commit | 7f80955e8a0adbd181d678243520cd28e2d9803a (patch) | |
tree | f3dac25a19436337e76289f99a98435862200c1d /gcc/rtl.h | |
parent | 73b6254810232d04fd1ec6c8db404019166a9f23 (diff) | |
download | gcc-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.h | 3 |
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 *); |