Rename cloog_matrix methods to cloog_polylib_matrix
commit5a7c17d59cbc7d56e638e951a8745dfd304c69a3
authorTobias Grosser <grosser@fim.uni-passau.de>
Tue, 22 Sep 2009 19:20:18 +0000 (22 21:20 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 24 Sep 2009 21:17:38 +0000 (24 23:17 +0200)
treef14904eb86219a770e4466d5d46ffadc80dd2fb2
parent30e01281ad082bfb1897075a39a41f1abb28927e
Rename cloog_matrix methods to cloog_polylib_matrix

Rename all methods that work on a polylib Matrix to
cloog_polylib_matrix_* to not get confused when we reintroduce CloogMatrix
and the related methods.

find source include -type f | xargs gsed -e \
's/cloog_matrix/cloog_polylib_matrix/g' -i

find source include -type f | xargs gsed -e \
's/matrix2domain/polylib_matrix2domain/g' -i

find source include -type f | xargs gsed -e \
's/domain2matrix/domain2polylib_matrix/g' -i

Signed-off-by: Tobias Grosser <grosser@fim.uni-passau.de>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/cloog/polylib/constraintset.h
source/clast.c
source/polylib/constraintset.c
source/polylib/domain.c