diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-25 12:06:13 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-25 12:06:13 +0000 |
commit | 9d3ca7c4061d6133736cef35094ae48f3912dd39 (patch) | |
tree | 3967e71287ad5c56a46862f6b2ec6b038be92973 /gcc/graphite-ppl.h | |
parent | 9078727551da0aedeb0c490854b52bf468aa7f2c (diff) | |
download | gcc-9d3ca7c4061d6133736cef35094ae48f3912dd39.tar.gz |
2011-01-25 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 169225
* configure.ac: the PPL minimal version number 0.11 is hardwired,
as in trunk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@169227 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/graphite-ppl.h')
-rw-r--r-- | gcc/graphite-ppl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/graphite-ppl.h b/gcc/graphite-ppl.h index ec5d3c5682f..695d01f3425 100644 --- a/gcc/graphite-ppl.h +++ b/gcc/graphite-ppl.h @@ -46,6 +46,9 @@ 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); +bool ppl_powerset_is_empty (ppl_Pointset_Powerset_C_Polyhedron_t); + /* Assigns to RES the value of the INTEGER_CST T. */ |