diff options
Diffstat (limited to 'gcc/tree-ssa-operands.c')
-rw-r--r-- | gcc/tree-ssa-operands.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c index 5e49683..c57d486 100644 --- a/gcc/tree-ssa-operands.c +++ b/gcc/tree-ssa-operands.c @@ -114,11 +114,15 @@ static GTY (()) varray_type build_vuses; /* Array for building all the v_must_def operands. */ static GTY (()) varray_type build_v_must_defs; + #ifdef ENABLE_CHECKING /* Used to make sure operand construction is working on the proper stmt. */ tree check_build_stmt; #endif +def_operand_p NULL_DEF_OPERAND_P = { NULL }; +use_operand_p NULL_USE_OPERAND_P = { NULL }; + static void note_addressable (tree, stmt_ann_t); static void get_expr_operands (tree, tree *, int); static void get_asm_expr_operands (tree); |