pet_scop_from_pet_tree: create statements directly from expression trees
commit6954d8c5606589e688c46f4a14532bfd16c8f1c4
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 28 Jan 2014 09:49:56 +0000 (28 10:49 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 31 Mar 2014 12:08:03 +0000 (31 14:08 +0200)
tree21193fb9a378846e142ebfd91a42b7f68e07a97c
parent558bb5a2f0e0b012fa7b93adafe7c4c09f2c9ebd
pet_scop_from_pet_tree: create statements directly from expression trees

In particular, create statements directly from expression trees
rather than extracting the expression for the expression tree and
then creating a new tree around the expression.

The new scop_from_unevaluated_tree function will also prove to be useful
in the next commit.

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