isl_tab_track_bmap: drop sanity checks in case of empty tab
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 16 Jan 2012 15:46:55 +0000 (16:46 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 16 Jan 2012 15:46:55 +0000 (16:46 +0100)
commit8d08ef6dbc93594d3551b6a19037009a8a810062
treec54a132d5f462c89116223d169fc3e169f642923
parent704dca214e430aaeef1fbf7c0335d906e5fbd3b7
isl_tab_track_bmap: drop sanity checks in case of empty tab

If tab is empty, then we may not have added all constraints of "bmap"
and so the number of constraints in tab and bmap may be different.

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