isl_coalesce.c: coalesced_subset: separate check from modification
commit726ae981db79a3dc7d7b7442ec2c8f7819f81a94
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 15 Dec 2014 10:04:28 +0000 (15 11:04 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 7 Jan 2015 15:22:46 +0000 (7 16:22 +0100)
treede34d3d68c8902e51daaff9c1d30176c754abdf2
parent26b1fd70cdbd1a4d8b0bb55daffd5d4bf15715d4
isl_coalesce.c: coalesced_subset: separate check from modification

This reduces the amount of information that needs to be passed to
the function that performs the subset test and will allow us
to reuse this function at a later stage.

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