summaryrefslogtreecommitdiff
path: root/gcc/integrate.h
diff options
context:
space:
mode:
authormycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>1992-01-14 11:50:17 +0000
committermycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>1992-01-14 11:50:17 +0000
commit0bf7d3c95f9191f4fdbcd7b1f3c01c56ac565a97 (patch)
tree2d85897cc56f0979931883c16faa808d1387d141 /gcc/integrate.h
parent53b969ec060a33691c2ab7df76aaf575423f5ab8 (diff)
downloadgcc-0bf7d3c95f9191f4fdbcd7b1f3c01c56ac565a97.tar.gz
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/integrate.h')
-rw-r--r--gcc/integrate.h2
1 files changed, 2 insertions, 0 deletions
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.