diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-03-23 00:34:27 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-03-23 00:34:27 +0000 |
commit | 5983a90e8e796765f599f65e5ed763a8013703af (patch) | |
tree | b95431c5722da5ecd2f7f61bc01f465d42dbec96 /gcc/reload.h | |
parent | 17b32de47d34ecbb0d042f08e6020be7aa8c1b73 (diff) | |
download | gcc-5983a90e8e796765f599f65e5ed763a8013703af.tar.gz |
reload1.c (indirect_symref_ok, [...]): Make them static.
* reload1.c (indirect_symref_ok, reload_obstack): Make them
static.
* reload.h: Remove the prototype for indirect_symref_ok.
From-SVN: r96911
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 1c5463d3d5b..182a85721da 100644 --- a/gcc/reload.h +++ b/gcc/reload.h @@ -182,12 +182,6 @@ extern int reload_n_operands; Used in find_equiv_reg. */ extern int reload_first_uid; -/* Nonzero if indirect addressing is supported when the innermost MEM is - of the form (MEM (SYMBOL_REF sym)). It is assumed that the level to - which these are valid is the same as spill_indirect_levels, above. */ - -extern char indirect_symref_ok; - /* Nonzero if an address (plus (reg frame_pointer) (reg ...)) is valid. */ extern char double_reg_address_ok; |