aboutsummaryrefslogtreecommitdiff
path: root/gcc/regs.h
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/regs.h
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/regs.h')
-rw-r--r--gcc/regs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/regs.h b/gcc/regs.h
index b0a43e1..26fa247 100644
--- a/gcc/regs.h
+++ b/gcc/regs.h
@@ -60,8 +60,6 @@ typedef struct reg_info_def
extern varray_type reg_n_info;
-extern unsigned int reg_n_max;
-
/* Indexed by n, gives number of times (REG n) is used or set.
References within loops may be counted more times. */