reload.h (struct reg_equivs): Rename to ..

* reload.h (struct reg_equivs): Rename to ..
        (struct reg_equivs_s): .. this.

From-SVN: r201901
This commit is contained in:
Joern Rennecke 2013-08-21 14:38:35 +00:00 committed by Joern Rennecke
parent e0df53dd42
commit 445dc8dfd8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-08-21 Joern Rennecke <joern.rennecke@embecosm.com>
* reload.h (struct reg_equivs): Rename to ..
(struct reg_equivs_s): .. this.
2013-08-20 Martin Liska <marxin.liska@gmail.com>
* ipa.c (ipa_profile_read_summary): Fix buffer overflow.

View File

@ -203,7 +203,7 @@ extern struct target_reload *this_target_reload;
(this_target_reload->x_caller_save_initialized_p)
/* Register equivalences. Indexed by register number. */
typedef struct reg_equivs
typedef struct reg_equivs_s
{
/* The constant value to which pseudo reg N is equivalent,
or zero if pseudo reg N is not equivalent to a constant.