isl_ast_codegen.c: create_node_scaled: inline call to isl_ast_graft_alloc_level
commite02e9aa1180511e8daeafdbdecffe5f46bdfd1f9
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 21 Jul 2014 14:03:18 +0000 (21 16:03 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 16 Aug 2014 14:07:26 +0000 (16 16:07 +0200)
treec1aab3b79aa1e25c7550e227e304c5c136b32455
parent78ebf94fd1d5d38985de906e1e9acad54a00d0d7
isl_ast_codegen.c: create_node_scaled: inline call to isl_ast_graft_alloc_level

Inlining the call will make it easier to control which constraints
go into the newly created graft guard in future commits.
In particular, we will want to add additional constraints to
the hoisted guard and use the result to simplify the guards
in the children.

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