* cse.c (cse_reg_info_table): Make it static.

From-SVN: r95988
This commit is contained in:
Kazu Hirata 2005-03-06 20:05:58 +00:00 committed by Kazu Hirata
parent 5211d65acf
commit f00822b28d
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
* cselib.c (reg_values, reg_values_size): Make them static.
* cse.c (cse_reg_info_table): Make it static.
2005-03-06 Zdenek Dvorak <dvorakz@suse.cz>
* cse.c (find_best_addr): Use canon_for_address.

View File

@ -326,7 +326,7 @@ struct cse_reg_info
};
/* A table of cse_reg_info indexed by register numbers. */
struct cse_reg_info *cse_reg_info_table;
static struct cse_reg_info *cse_reg_info_table;
/* The size of the above table. */
static unsigned int cse_reg_info_table_size;