From 01e105dbcfaaf80247923640c0547187934b5c07 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Thu, 17 Jul 2014 21:14:37 +0200 Subject: [PATCH] rename isl_ast_build_ast_from_schedule to isl_ast_build_node_from_schedule_map The old name has been deprecated in isl. Signed-off-by: Sven Verdoolaege --- pet_codegen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pet_codegen.c b/pet_codegen.c index 30f58ab..b7676b2 100644 --- a/pet_codegen.c +++ b/pet_codegen.c @@ -261,7 +261,7 @@ int main(int argc, char **argv) build = isl_ast_build_from_context(context); build = set_options(build, options, schedule); - tree = isl_ast_build_ast_from_schedule(build, schedule); + tree = isl_ast_build_node_from_schedule_map(build, schedule); isl_ast_build_free(build); p = isl_printer_indent(p, 2); -- 2.11.4.GIT