diff options
Diffstat (limited to 'gcc/tree-core.h')
| -rw-r--r-- | gcc/tree-core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/tree-core.h b/gcc/tree-core.h index 145e758..33a6a78 100644 --- a/gcc/tree-core.h +++ b/gcc/tree-core.h @@ -1717,6 +1717,10 @@ struct GTY(()) tree_ssa_name { "!POINTER_TYPE_P (TREE_TYPE ((tree)&%1)) : 2"))) info; /* Immediate uses list for this SSA_NAME. */ struct ssa_use_operand_t imm_uses; +#if defined ENABLE_GIMPLE_CHECKING + gimple *GTY((skip(""))) active_iterated_stmt; + unsigned fast_iteration_depth; +#endif }; struct GTY(()) phi_arg_d { |
