* cselib.c (reg_values, reg_values_size): Make them static.

From-SVN: r95987
This commit is contained in:
Kazu Hirata 2005-03-06 20:02:46 +00:00 committed by Kazu Hirata
parent 992ff9ab3b
commit 5211d65acf
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-03-05 Kazu Hirata <kazu@cs.umass.edu>
* cselib.c (reg_values, reg_values_size): Make them static.
2005-03-06 Zdenek Dvorak <dvorakz@suse.cz>
* cse.c (find_best_addr): Use canon_for_address.

View File

@ -101,8 +101,8 @@ static int n_useless_values;
which the register was set; if the mode is unknown or the value is
no longer valid in that mode, ELT will be NULL for the first
element. */
struct elt_list **reg_values;
unsigned int reg_values_size;
static struct elt_list **reg_values;
static unsigned int reg_values_size;
#define REG_VALUES(i) reg_values[i]
/* The largest number of hard regs used by any entry added to the