isl_coalesce.c: add_subs: split adding of variables and equalities
commitf637a53e417495c0fcaa4585bb80909bd36a7b3c
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 31 Jan 2015 11:42:14 +0000 (31 12:42 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 2 Feb 2015 22:02:11 +0000 (2 23:02 +0100)
tree78ab9c059ef1f40dd13651099404dda445609a8c
parent12c3dd8d05141e072695d2152e9fc013d4be12ac
isl_coalesce.c: add_subs: split adding of variables and equalities

This will allow us to add additional constraints to the tableau
after the variables have been added but before the equalities
are added in the next commit.

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