aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/tree-inline.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/tree-inline.h')
-rw-r--r--gcc-4.9/gcc/tree-inline.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/tree-inline.h b/gcc-4.9/gcc/tree-inline.h
index 13c551666..8ad47f101 100644
--- a/gcc-4.9/gcc/tree-inline.h
+++ b/gcc-4.9/gcc/tree-inline.h
@@ -135,6 +135,10 @@ struct copy_body_data
/* Cilk keywords currently need to replace some variables that
ordinary nested functions do not. */
bool remap_var_for_cilk;
+
+ /* A map from the inlined functions dependence info cliques to
+ equivalents in the function into which it is being inlined. */
+ struct pointer_map_t *dependence_map;
};
/* Weights of constructions for estimate_num_insns. */