Commit 4c9c8227 by Charles Hannum

entered into RCS

From-SVN: r183
parent 355ddfc7
...@@ -63,6 +63,8 @@ struct inline_remap ...@@ -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.
......
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