entered into RCS
authorCharles Hannum <mycroft@gnu.org>
Tue, 14 Jan 1992 11:50:17 +0000 (11:50 +0000)
committerCharles Hannum <mycroft@gnu.org>
Tue, 14 Jan 1992 11:50:17 +0000 (11:50 +0000)
From-SVN: r183

gcc/integrate.h

index 5c62fd854bbe8af6bb5ee129783c9abd59e41d08..6433d470ffbd6427493d23e98605d00f8a18cb41 100644 (file)
@@ -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.