From 4c9c8227aebebb538fe503925cbd07d2656fb071 Mon Sep 17 00:00:00 2001 From: Charles Hannum Date: Tue, 14 Jan 1992 11:50:17 +0000 Subject: [PATCH] entered into RCS From-SVN: r183 --- gcc/integrate.h | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.30.2