Commit 2d8bb84d by Sebastian Pop Committed by Sebastian Pop

graphite.h (debug_value): Removed.

2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite.h (debug_value): Removed.
	* graphite.c (debug_value): Removed.

From-SVN: r143340
parent ff128632
2009-01-13 Sebastian Pop <sebastian.pop@amd.com>
* graphite.h (debug_value): Removed.
* graphite.c (debug_value): Removed.
2009-01-13 Richard Earnshaw <rearnsha@arm.com> 2009-01-13 Richard Earnshaw <rearnsha@arm.com>
* arm.c (output_move_double): Don't synthesize thumb-2 ldrd/strd with * arm.c (output_move_double): Don't synthesize thumb-2 ldrd/strd with
......
...@@ -61,14 +61,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -61,14 +61,6 @@ along with GCC; see the file COPYING3. If not see
static VEC (scop_p, heap) *current_scops; static VEC (scop_p, heap) *current_scops;
/* Print GMP value V on stderr. */
void
debug_value (Value v)
{
value_print (stderr, "%4s\n", v);
}
/* Converts a GMP constant V to a tree and returns it. */ /* Converts a GMP constant V to a tree and returns it. */
static tree static tree
......
...@@ -381,7 +381,6 @@ extern void debug_rename_map (htab_t); ...@@ -381,7 +381,6 @@ extern void debug_rename_map (htab_t);
extern void debug_ivtype_map (htab_t); extern void debug_ivtype_map (htab_t);
extern void debug_loop_vec (graphite_bb_p); extern void debug_loop_vec (graphite_bb_p);
extern void debug_oldivs (scop_p); extern void debug_oldivs (scop_p);
extern void debug_value (Value);
/* Describes the type of an iv stack entry. */ /* Describes the type of an iv stack entry. */
typedef enum { typedef enum {
......
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