entered into RCS

From-SVN: r183
This commit is contained in:
Charles Hannum 1992-01-14 11:50:17 +00:00
parent 355ddfc72e
commit 4c9c8227ae
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ struct inline_remap
this inline instance. These pseudos are then marked as being equivalent this inline instance. These pseudos are then marked as being equivalent
to the appropriate address and substituted if valid. */ to the appropriate address and substituted if valid. */
rtx *const_equiv_map; rtx *const_equiv_map;
/* Number of entries in const_equiv_map and const_arg_map. */
int const_equiv_map_size;
/* This is incremented for each new basic block. /* This is incremented for each new basic block.
It is used to store in const_age_map to record the domain of validity It is used to store in const_age_map to record the domain of validity
of each entry in const_equiv_map. of each entry in const_equiv_map.