X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gcc%2Fgraphite-isl-ast-to-gimple.c;h=2f04de52c4af9e0bbfc800e52f05b6493123e7db;hb=560d18d3ed805fce952e8c2be9dc022619fe8cfb;hp=ed2a896f043116a2cb696a07319366e8c333d9ee;hpb=2994ab20f1702205ad1be6ef120d0460b236ae7c;p=thirdparty%2Fgcc.git diff --git a/gcc/graphite-isl-ast-to-gimple.c b/gcc/graphite-isl-ast-to-gimple.c index ed2a896f0431..2f04de52c4af 100644 --- a/gcc/graphite-isl-ast-to-gimple.c +++ b/gcc/graphite-isl-ast-to-gimple.c @@ -60,15 +60,7 @@ along with GCC; see the file COPYING3. If not see #include #include #include - -/* Since ISL-0.13, the extern is in val_gmp.h. */ -#if !defined(HAVE_ISL_SCHED_CONSTRAINTS_COMPUTE_SCHEDULE) && defined(__cplusplus) -extern "C" { -#endif #include -#if !defined(HAVE_ISL_SCHED_CONSTRAINTS_COMPUTE_SCHEDULE) && defined(__cplusplus) -} -#endif #include "graphite.h" @@ -589,6 +581,7 @@ binary_op_to_tree (tree type, __isl_take isl_ast_expr *expr, ivs_params &ip) return fold_build2 (TRUNC_DIV_EXPR, type, tree_lhs_expr, tree_rhs_expr); #if HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS + /* ISL-0.15 or later. */ case isl_ast_op_zdiv_r: #endif case isl_ast_op_pdiv_r: @@ -762,6 +755,7 @@ gcc_expression_from_isl_expr_op (tree type, __isl_take isl_ast_expr *expr, case isl_ast_op_pdiv_r: case isl_ast_op_fdiv_q: #if HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS + /* ISL-0.15 or later. */ case isl_ast_op_zdiv_r: #endif case isl_ast_op_and: