This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] tree-ssa-operands.c: Remove check_build_stmt.


Hi,

Attached is a patch to remove check_build_stmt as it is unused.

Tested on i686-pc-linux-gnu.  OK to apply?

Kazu Hirata

2005-03-07  Kazu Hirata  <kazu@cs.umass.edu>

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

Index: tree-ssa-operands.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-ssa-operands.c,v
retrieving revision 2.63
diff -u -d -p -r2.63 tree-ssa-operands.c
--- tree-ssa-operands.c	23 Feb 2005 05:08:24 -0000	2.63
+++ tree-ssa-operands.c	5 Mar 2005 21:11:46 -0000
@@ -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 };
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]