diff options
Diffstat (limited to 'gcc/tree-ssa-operands.c')
-rw-r--r-- | gcc/tree-ssa-operands.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c index 3b5de9b..de5150e 100644 --- a/gcc/tree-ssa-operands.c +++ b/gcc/tree-ssa-operands.c @@ -128,11 +128,6 @@ static bool clobbered_aliased_loads; static bool clobbered_aliased_stores; static bool ro_call_aliased_loads; -#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 }; |