Rename CloogMatrix to Matrix in polylib backend.
commit30e01281ad082bfb1897075a39a41f1abb28927e
authorTobias Grosser <grosser@fim.uni-passau.de>
Tue, 22 Sep 2009 19:20:17 +0000 (22 21:20 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 24 Sep 2009 21:17:38 +0000 (24 23:17 +0200)
treed9ff40a0f00b7e24226bb6ba504040e9e25ecf02
parent50116e4f7834d7b13c9ac61b27f9d8e911e76514
Rename CloogMatrix to Matrix in polylib backend.

As the polylib backend works directly on the Polylib Matrix data
structure and this data structure is not part of the official CLooG
interface, there is no need to rename it to CloogMatrix.

find source include -type f | xargs gsed -e 's/CloogMatrix/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/isl/constraints.c
source/polylib/constraintset.c
source/polylib/domain.c
source/pprint.c