* tree-ssa-operands.c (check_build_stmt): Remove.

From-SVN: r96017
This commit is contained in:
Kazu Hirata 2005-03-07 13:58:08 +00:00 committed by Kazu Hirata
parent 12eff7b7bf
commit 249e538ffa
2 changed files with 2 additions and 5 deletions

View File

@ -22,6 +22,8 @@
in comments.
* doc/cfg.texi: Don't mention find_sub_basic_blocks.
* tree-ssa-operands.c (check_build_stmt): Remove.
2005-03-07 David Billinghurst <David.Billinghurst@riotinto.com>
* config/i386/cygwin1.c(mingw_scan): Use xstrdup in calls to putenv.

View File

@ -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 };