From da65c44fe7e4a3020fc39527660af899fa985ff9 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 10 Feb 2014 00:21:45 +0100 Subject: [PATCH] update pet for introduction of pet_loc Signed-off-by: Sven Verdoolaege --- pet | 2 +- ppcg.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pet b/pet index 41f24a6..e8523b6 160000 --- a/pet +++ b/pet @@ -1 +1 @@ -Subproject commit 41f24a65e86fa3c75bc50d547af7a0e53481c698 +Subproject commit e8523b640e005cc2c029f2f742c9c382ddf259e0 diff --git a/ppcg.c b/ppcg.c index 91b190e..5c3c17a 100644 --- a/ppcg.c +++ b/ppcg.c @@ -591,8 +591,8 @@ static struct ppcg_scop *ppcg_scop_from_pet_scop(struct pet_scop *scop, return NULL; ps->options = options; - ps->start = scop->start; - ps->end = scop->end; + ps->start = pet_loc_get_start(scop->loc); + ps->end = pet_loc_get_end(scop->loc); ps->context = isl_set_copy(scop->context); ps->context = set_intersect_str(ps->context, options->ctx); ps->domain = collect_non_kill_domains(scop); -- 2.11.4.GIT