tree2scop.c: scop_from_non_affine_while: delay construction of body pet_scop
commit3a9bf99e8967a0f3304277463ae7a41c1919b94d
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)
treea6f4e688c6ed682f342e3aa2bd635a4fa248659f
parent954f18a4343d43a77a806ea3e5d764e1fcbdbbe0
tree2scop.c: scop_from_non_affine_while: 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