diff options
Diffstat (limited to 'gcc/integrate.h')
-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 88bcd53960b..4cc75fabbdc 100644 --- a/gcc/integrate.h +++ b/gcc/integrate.h @@ -42,6 +42,8 @@ struct inline_remap union tree_node *fndecl; /* Place to put insns needed at start of function. */ rtx insns_at_start; + /* Mapping from old BLOCKs to new BLOCKs. */ + varray_type block_map; /* Mapping from old registers to new registers. It is allocated and deallocated in `expand_inline_function' */ rtx *reg_map; |