OSDN Git Service

2009-01-13 Sebastian Pop <sebastian.pop@amd.com>
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Jan 2009 15:27:09 +0000 (15:27 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Jan 2009 15:27:09 +0000 (15:27 +0000)
* graphite.h (debug_value): Removed.
* graphite.c (debug_value): Removed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143340 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/graphite.c
gcc/graphite.h

index d5c7e9e..e97f3ba 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * arm.c (output_move_double): Don't synthesize thumb-2 ldrd/strd with
 2009-01-13  Richard Earnshaw  <rearnsha@arm.com>
 
        * arm.c (output_move_double): Don't synthesize thumb-2 ldrd/strd with
index 27cadf3..e81a93a 100644 (file)
@@ -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.  */
 
 static tree
 /* Converts a GMP constant V to a tree and returns it.  */
 
 static tree
index a180196..76f26c8 100644 (file)
@@ -381,7 +381,6 @@ extern void debug_rename_map (htab_t);
 extern void debug_ivtype_map (htab_t);
 extern void debug_loop_vec (graphite_bb_p);
 extern void debug_oldivs (scop_p);
 extern void debug_ivtype_map (htab_t);
 extern void debug_loop_vec (graphite_bb_p);
 extern void debug_oldivs (scop_p);
-extern void debug_value (Value);
 
 /* Describes the type of an iv stack entry.  */
 typedef enum {
 
 /* Describes the type of an iv stack entry.  */
 typedef enum {