pet_skip_info_*_extract*: pass along pet_context
commite18e9a18c97c6ec7706084cd675de56999091352
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 10 Mar 2014 18:21:36 +0000 (10 19:21 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 25 Mar 2014 13:36:27 +0000 (25 14:36 +0100)
treeec53a1278ce7a41ece925cc9808977a998c2c362
parentdb3b12bfb2c305c17b6adbd99812bebefdd5a867
pet_skip_info_*_extract*: pass along pet_context

We want to change the extraction of a pet_scop from a pet_tree
from a bottom-up process to a top-down process.
In this top-down process, the pet_context will keep track of
the curent iteration domain, which is needed for the creation
of the statement evaluating the skip conditions.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
skip.c
skip.h
tree2scop.c