]> git.ipfire.org Git - thirdparty/gcc.git/commit
Adapt to new CLAST structure within upstream CLooG version and retain compatibility...
authorAndreas Simbuerger <simbuerg@fim.uni-passau.de>
Wed, 11 Aug 2010 20:30:34 +0000 (20:30 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 11 Aug 2010 20:30:34 +0000 (20:30 +0000)
commit4431102bf04d1b55354ce0543e852e0bc5d8970d
treec6a0121bfdeac2cfa03dfa292211e51e123d86d4
parentac3b070a2f7c806f1fdd99c409af0e687949ad27
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.

From-SVN: r163163
gcc/ChangeLog
gcc/ChangeLog.graphite
gcc/graphite-clast-to-gimple.c
gcc/graphite-cloog-compat.h