drop isl_ast_build_set_enforced
commitd708098a1f7a4ec5202620c908acf20139c50334
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 28 Jul 2014 15:38:17 +0000 (28 17:38 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 22 Aug 2014 14:49:38 +0000 (22 16:49 +0200)
tree4b3534f1199d5043244df20d2ab746d9d95888b2
parentfec681ea08049cbe96b8fec754052a59fb6fc4d0
drop isl_ast_build_set_enforced

Now that we have changed the way we handle pending constraints, there is
no longer any need to try and remove some pending constraints in case
they may not get generated.  In fact, at the point where this function
was getting called, there are no longer any pending constraints,
either because no pending constraints could have been added or
because the pending constraints have been replaced by a guard.

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