diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2010-02-06 17:40:45 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2010-02-06 17:40:45 +0000 |
commit | 429ba7409063a0877d79d76dfa2eff7e44b3b6d9 (patch) | |
tree | 3425083970cfd744fa61a946981fcaa6ccfbc37c /gcc/graphite-ppl.h | |
parent | 26bda00088e819ebd7d90b562d21c33ffd6a97a5 (diff) | |
download | gcc-429ba7409063a0877d79d76dfa2eff7e44b3b6d9.tar.gz |
Cleanup build relation.
2010-01-20 Sebastian Pop <sebastian.pop@amd.com>
* graphite-dependences.c (build_pairwise_constraint): Renamed
ppl_build_relation. Moved...
(dr_equality_constraints): Use ppl_build_relation.
(build_pairwise_scheduling_equality): Same.
(build_pairwise_scheduling_inequality): Same.
* graphite-ppl.c (ppl_build_relation): ...here.
* graphite-ppl.h (ppl_build_relation): Declared.
From-SVN: r156541
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. */ |