diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-28 20:32:20 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-28 20:32:20 +0000 |
commit | 55c54afb94bd9a36803c2bec7fb072c3f4d1f427 (patch) | |
tree | eb994ffaf906b637a02af54dd4f215d392721d1e /gcc/graphite-ppl.h | |
parent | 96b6d5d7e6e8af1f1c2332e7196bda28d41a2f79 (diff) | |
download | gcc-55c54afb94bd9a36803c2bec7fb072c3f4d1f427.tar.gz |
2009-08-28 Konrad Trifunovic <konrad.trifunovic@gmail.com>
* graphite-ppl.c (ppl_max_for_le): Renamed ppl_max_for_le_pointset.
* graphite-ppl.h (ppl_max_for_le): Renamed ppl_max_for_le_pointset.
* graphite-poly.c (pbb_number_of_iterations): Rename ppl_max_for_le.
* graphite-interchange.c (build_linearized_memory_access): Same.
(memory_stride_in_loop): Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151184 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/graphite-ppl.h')
-rw-r--r-- | gcc/graphite-ppl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/graphite-ppl.h b/gcc/graphite-ppl.h index 0ed6b34126d..279dcccc8e0 100644 --- a/gcc/graphite-ppl.h +++ b/gcc/graphite-ppl.h @@ -44,8 +44,8 @@ void ppl_insert_dimensions_pointset (ppl_Pointset_Powerset_C_Polyhedron_t, int, int); void ppl_set_inhomogeneous_gmp (ppl_Linear_Expression_t, Value); void ppl_set_coef_gmp (ppl_Linear_Expression_t, ppl_dimension_type, Value); -void ppl_max_for_le (ppl_Pointset_Powerset_C_Polyhedron_t, - ppl_Linear_Expression_t, Value); +void ppl_max_for_le_pointset (ppl_Pointset_Powerset_C_Polyhedron_t, + ppl_Linear_Expression_t, Value); /* Assigns to RES the value of the INTEGER_CST T. */ |