From: Charles Hannum Date: Tue, 14 Jan 1992 11:50:17 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c9c8227aebebb538fe503925cbd07d2656fb071;p=gcc.git entered into RCS From-SVN: r183 --- diff --git a/gcc/integrate.h b/gcc/integrate.h index 5c62fd854bb..6433d470ffb 100644 --- a/gcc/integrate.h +++ b/gcc/integrate.h @@ -63,6 +63,8 @@ struct inline_remap this inline instance. These pseudos are then marked as being equivalent to the appropriate address and substituted if valid. */ 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. It is used to store in const_age_map to record the domain of validity of each entry in const_equiv_map.