diff options
Diffstat (limited to 'gcc/tree-inline.h')
-rw-r--r-- | gcc/tree-inline.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h index a78e4b69f0e..cd327154560 100644 --- a/gcc/tree-inline.h +++ b/gcc/tree-inline.h @@ -131,6 +131,10 @@ typedef struct copy_body_data the originals have been mapped to a value rather than to a variable. */ struct pointer_map_t *debug_map; + + /* Cilk keywords currently need to replace some variables that + ordinary nested functions do not. */ + bool remap_var_for_cilk; } copy_body_data; /* Weights of constructions for estimate_num_insns. */ |