From a972c04b9d983cad7b82caf799c1ef17d0b1c42f Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 19 Oct 2011 09:46:31 +0200 Subject: [PATCH] update cloog for rename of LANGUAGE_C to CLOOG_LANGUAGE_C Signed-off-by: Sven Verdoolaege --- cloog | 2 +- iscc.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cloog b/cloog index 0c252c8..8837965 160000 --- a/cloog +++ b/cloog @@ -1 +1 @@ -Subproject commit 0c252c88946b27b7b61a1a8d8fd7f94d2461dbfd +Subproject commit 8837965d82bf43b77ac53f700fc10c324a7ce204 diff --git a/iscc.c b/iscc.c index a8e1ca3..6b079b5 100644 --- a/iscc.c +++ b/iscc.c @@ -703,7 +703,7 @@ void *map_codegen(void *arg) state = cloog_isl_state_malloc(ctx); options = cloog_options_malloc(state); - options->language = LANGUAGE_C; + options->language = CLOOG_LANGUAGE_C; options->strides = 1; options->sh = 1; @@ -745,7 +745,7 @@ void *set_codegen(void *arg) state = cloog_isl_state_malloc(ctx); options = cloog_options_malloc(state); - options->language = LANGUAGE_C; + options->language = CLOOG_LANGUAGE_C; options->strides = 1; options->sh = 1; -- 2.11.4.GIT