Adapt to new CLAST structure within upstream CLooG version and retain compatibility...
commit898e5f1d09e4f9809c0843367c0b9fb6937ce9db
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Jul 2010 22:25:55 +0000 (27 22:25 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Jul 2010 22:25:55 +0000 (27 22:25 +0000)
tree35a27a827ef32a563f7ea0f4fa172ebb8139c8a7
parentbca9f3daae73993c74e339230e7ada08ab8c2a8c
Adapt to new CLAST structure within upstream CLooG version and retain compatibility to CLooG Legacy.

2010-07-27  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>

* graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
type of NAME now depends on used CLooG version.
(clast_to_gcc_expression): Replace expr_* with clast_expr_*.
(gcc_type_for_clast_expr): Same.
(print_clast_stmt): Replace pprint with clast_pprint.
* graphite-cloog-compat.h: Provide compatibility macros for
CLooG Legacy.
(clast_name_p): New.
(clast_expr_term): New.
(clast_expr_red): New.
(clast_expr_bin): New.
(clast_pprint): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@162606 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog.graphite
gcc/graphite-clast-to-gimple.c
gcc/graphite-cloog-compat.h