tree2scop.c: scop_from_affine_for: delay construction of body pet_scop
commitb3a9acf6cf9c26c3e41a82a40ad7d0dae49972b2
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 1 Jan 2014 15:38:45 +0000 (1 16:38 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 25 Mar 2014 13:36:26 +0000 (25 14:36 +0100)
tree2dfd3f3bc6b0674d86aadf16938109f59514de04
parent2e45322c436d85ff2202b948d5f74ee12bafddbb
tree2scop.c: scop_from_affine_for: 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