diff options
author | Charles Hannum <mycroft@gnu.org> | 1992-01-14 11:50:17 +0000 |
---|---|---|
committer | Charles Hannum <mycroft@gnu.org> | 1992-01-14 11:50:17 +0000 |
commit | 4c9c8227aebebb538fe503925cbd07d2656fb071 (patch) | |
tree | 2d85897cc56f0979931883c16faa808d1387d141 /gcc | |
parent | 355ddfc72eb4772f34198f583f35d6b7bc630472 (diff) | |
download | gcc-4c9c8227aebebb538fe503925cbd07d2656fb071.zip gcc-4c9c8227aebebb538fe503925cbd07d2656fb071.tar.gz gcc-4c9c8227aebebb538fe503925cbd07d2656fb071.tar.bz2 |
entered into RCS
From-SVN: r183
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/integrate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/integrate.h b/gcc/integrate.h index 5c62fd8..6433d47 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. |