diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2011-01-25 06:44:41 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2011-01-25 06:44:41 +0000 |
commit | 07f3593c36be1a200b3852083b95f364ae413c7d (patch) | |
tree | 51f0ffcab94891fe4d511642f39709dd4efcb4a2 /gcc/graphite-ppl.h | |
parent | 27b9aa80ca495e2a8ec73b7e2d04e7e4462b6355 (diff) | |
download | gcc-07f3593c36be1a200b3852083b95f364ae413c7d.tar.gz |
Add debug_gmp_value.
2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
* graphite-ppl.c (debug_gmp_value): New.
* graphite-ppl.h (debug_gmp_value): Declared.
From-SVN: r169199
Diffstat (limited to 'gcc/graphite-ppl.h')
-rw-r--r-- | gcc/graphite-ppl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/graphite-ppl.h b/gcc/graphite-ppl.h index ec5d3c5682f..f6c279b9d6d 100644 --- a/gcc/graphite-ppl.h +++ b/gcc/graphite-ppl.h @@ -46,6 +46,7 @@ void ppl_min_for_le_pointset (ppl_Pointset_Powerset_C_Polyhedron_t, ppl_Linear_Expression_t, mpz_t); ppl_Constraint_t ppl_build_relation (int, int, int, int, enum ppl_enum_Constraint_Type); +void debug_gmp_value (mpz_t); /* Assigns to RES the value of the INTEGER_CST T. */ |