graphite-isl-ast-to-gimple.c: Add inclusion of gimple-ssa.h, tree-into-ssa.h.
authorRoman Gareev <gareevroman@gmail.com>
Tue, 22 Jul 2014 06:59:34 +0000 (06:59 +0000)
committerRoman Gareev <romangareev@gcc.gnu.org>
Tue, 22 Jul 2014 06:59:34 +0000 (06:59 +0000)
commit5493d3130c095baf07a0b8dda20b777515e7dd93
tree4b1fcde9114e66c39ad83b66893bd666f6e0e942
parentff9fdab693d9398898fe8ec4e442a528537e5d1e
graphite-isl-ast-to-gimple.c: Add inclusion of gimple-ssa.h, tree-into-ssa.h.

gcc/
* graphite-isl-ast-to-gimple.c:
Add inclusion of gimple-ssa.h, tree-into-ssa.h.
(ivs_params_clear):
(build_iv_mapping): New function.
(translate_isl_ast_node_user): Likewise.
(translate_isl_ast): Add calling of translate_isl_ast_node_user.

gcc/testsuite/gcc.dg/graphite/
* isl-ast-gen-single-loop-1.c: New testcase.
* isl-ast-gen-single-loop-2.c: New testcase.
* isl-ast-gen-single-loop-3.c: New testcase.

From-SVN: r212904
gcc/ChangeLog
gcc/graphite-isl-ast-to-gimple.c
gcc/testsuite/gcc.dg/graphite/isl-ast-gen-single-loop-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/graphite/isl-ast-gen-single-loop-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/graphite/isl-ast-gen-single-loop-3.c [new file with mode: 0644]