* tree-ssa-operands.c (check_build_stmt): Remove.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 7 Mar 2005 13:58:08 +0000 (13:58 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 7 Mar 2005 13:58:08 +0000 (13:58 +0000)
From-SVN: r96017

gcc/ChangeLog
gcc/tree-ssa-operands.c

index ac0a30af504b7af2fc78691995e8a8e5452a0ca5..2a089eb53933b0054be1c5fc7b040285d09b1b89 100644 (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.
index 3b5de9bfaac764676431f5d9e85344c8fb2a83fd..de5150e60099db5347374caae51588e5d4ab50d5 100644 (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 };