Commit f00822b2 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r95988
parent 5211d65a
......@@ -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.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment