diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-03-07 13:58:08 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-03-07 13:58:08 +0000 |
commit | 249e538ffa2f8b10e8e29feedc93282332db897e (patch) | |
tree | 0641f2c794135531410c7af0a798883aa26d368f /gcc | |
parent | 12eff7b7bf15d868ca68ece6613d5c17ebc0c69d (diff) | |
download | gcc-249e538ffa2f8b10e8e29feedc93282332db897e.zip gcc-249e538ffa2f8b10e8e29feedc93282332db897e.tar.gz gcc-249e538ffa2f8b10e8e29feedc93282332db897e.tar.bz2 |
* tree-ssa-operands.c (check_build_stmt): Remove.
From-SVN: r96017
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/tree-ssa-operands.c | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ac0a30a..2a089eb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. 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 }; |