Commit 249e538f by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r96017
parent 12eff7b7
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
in comments. in comments.
* doc/cfg.texi: Don't mention find_sub_basic_blocks. * 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> 2005-03-07 David Billinghurst <David.Billinghurst@riotinto.com>
* config/i386/cygwin1.c(mingw_scan): Use xstrdup in calls to putenv. * config/i386/cygwin1.c(mingw_scan): Use xstrdup in calls to putenv.
......
...@@ -128,11 +128,6 @@ static bool clobbered_aliased_loads; ...@@ -128,11 +128,6 @@ static bool clobbered_aliased_loads;
static bool clobbered_aliased_stores; static bool clobbered_aliased_stores;
static bool ro_call_aliased_loads; 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 }; def_operand_p NULL_DEF_OPERAND_P = { NULL };
use_operand_p NULL_USE_OPERAND_P = { NULL }; use_operand_p NULL_USE_OPERAND_P = { NULL };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment