tree2scop.c: scop_from_infinite_loop: delay construction of body pet_scop
commit954f18a4343d43a77a806ea3e5d764e1fcbdbbe0
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 2 Jan 2014 07:50:38 +0000 (2 08:50 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 25 Mar 2014 13:36:26 +0000 (25 14:36 +0100)
treeb9ef9d0030e6a011af92a63be393321931063b5e
parent3755cfa9612a882cdfb598b5573357a315d577a8
tree2scop.c: scop_from_infinite_loop: delay construction of body pet_scop

We want to change the extraction of a pet_scop from a pet_tree
from a bottom-up to a top-down process.
In particular, we want to pass down the domain information derived
from outer constructs to inner constructs.  This means we have
to construct the pet_scop for the body after the domain has been constructed.

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