diff options
Diffstat (limited to 'gcc/graphite-ppl.h')
-rw-r--r-- | gcc/graphite-ppl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/graphite-ppl.h b/gcc/graphite-ppl.h index f7dc2b31ed2..488ad6f8022 100644 --- a/gcc/graphite-ppl.h +++ b/gcc/graphite-ppl.h @@ -50,6 +50,8 @@ void ppl_max_for_le_pointset (ppl_Pointset_Powerset_C_Polyhedron_t, ppl_Linear_Expression_t, Value); void ppl_min_for_le_polyhedron (ppl_Polyhedron_t, ppl_Linear_Expression_t, Value); +ppl_Constraint_t ppl_build_relation (int, int, int, int, + enum ppl_enum_Constraint_Type); /* Assigns to RES the value of the INTEGER_CST T. */ |