aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2000-04-24 07:48:12 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-04-24 07:48:12 +0000
commitda668e9c924505e5a4531dc69e40f916b988c73a (patch)
tree72ec515e36e6f7edc2a8c0aea4b5125e07d67ba4 /gcc/flow.c
parent214701e2c3a0aae46b489704a7ce3e7f36bfcb51 (diff)
downloadgcc-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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index 24ae92c..02172a1 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -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. */