diff options
author | Mark Mitchell <mark@codesourcery.com> | 2000-04-24 07:48:12 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-04-24 07:48:12 +0000 |
commit | da668e9c924505e5a4531dc69e40f916b988c73a (patch) | |
tree | 72ec515e36e6f7edc2a8c0aea4b5125e07d67ba4 /gcc/flow.c | |
parent | 214701e2c3a0aae46b489704a7ce3e7f36bfcb51 (diff) | |
download | gcc-da668e9c924505e5a4531dc69e40f916b988c73a.zip gcc-da668e9c924505e5a4531dc69e40f916b988c73a.tar.gz gcc-da668e9c924505e5a4531dc69e40f916b988c73a.tar.bz2 |
regs.h (reg_n_max): Don't declare.
* regs.h (reg_n_max): Don't declare.
* flow.c (reg_n_max): Don't define.
* regclass.c (renumber): Don't initialize to zero.
(regno_allocated): Likewise.
(reg_n_max): Define.
(allocate_reg_info): Don't initialize unnecessarily.
From-SVN: r33374
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -221,10 +221,6 @@ int max_regno; varray_type reg_n_info; -/* Size of the reg_n_info table. */ - -unsigned int reg_n_max; - /* Size of a regset for the current function, in (1) bytes and (2) elements. */ |