diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-09 17:31:06 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-09 17:31:06 +0000 |
commit | bf9a0db3c8ce0aeea0a5371219eebc9323066284 (patch) | |
tree | 43cc463e7cea0d25e71f2a0257aed1c7fddb0c78 /gcc/reload.h | |
parent | 10015a27fd82667b0b756059bd67e9d6fb330f0e (diff) | |
download | gcc-bf9a0db3c8ce0aeea0a5371219eebc9323066284.zip gcc-bf9a0db3c8ce0aeea0a5371219eebc9323066284.tar.gz gcc-bf9a0db3c8ce0aeea0a5371219eebc9323066284.tar.bz2 |
reload1.c (reloads_conflict, gen_reload): Make them static.
* reload1.c (reloads_conflict, gen_reload): Make them static.
* reload.h: Remove the corresponding prototypes.
From-SVN: r90350
Diffstat (limited to 'gcc/reload.h')
-rw-r--r-- | gcc/reload.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/reload.h b/gcc/reload.h index 5cd0ad6..7ddadb7 100644 --- a/gcc/reload.h +++ b/gcc/reload.h @@ -331,7 +331,6 @@ extern int push_reload (rtx, rtx, rtx *, rtx *, enum reg_class, extern void reload_cse_regs (rtx); /* Functions in reload1.c: */ -extern int reloads_conflict (int, int); /* Initialize the reload pass once per compilation. */ extern void init_reload (void); @@ -347,11 +346,6 @@ extern void mark_home_live (int); replacement (such as sp), plus an offset. */ extern rtx eliminate_regs (rtx, enum machine_mode, rtx); -/* Emit code to perform a reload from IN (which may be a reload register) to - OUT (which may also be a reload register). IN or OUT is from operand - OPNUM with reload type TYPE. */ -extern rtx gen_reload (rtx, rtx, int, enum reload_type); - /* Deallocate the reload register used by reload number R. */ extern void deallocate_reload_reg (int r); |