diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2009-01-13 15:27:09 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2009-01-13 15:27:09 +0000 |
commit | 2d8bb84db9611d9064f202c9bb9a779b844c2bf0 (patch) | |
tree | 3551109a442cbcc2d1c63bbdbd3e0719bb93b9bf /gcc/graphite.c | |
parent | ff128632643c1a931d3dd0f1f464dc19c2b65504 (diff) | |
download | gcc-2d8bb84db9611d9064f202c9bb9a779b844c2bf0.zip gcc-2d8bb84db9611d9064f202c9bb9a779b844c2bf0.tar.gz gcc-2d8bb84db9611d9064f202c9bb9a779b844c2bf0.tar.bz2 |
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
Diffstat (limited to 'gcc/graphite.c')
-rw-r--r-- | gcc/graphite.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/graphite.c b/gcc/graphite.c index 27cadf3..e81a93a 100644 --- a/gcc/graphite.c +++ b/gcc/graphite.c @@ -61,14 +61,6 @@ along with GCC; see the file COPYING3. If not see 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 |