Update call to cloog_loop_simplify to handling of 0D problems
commit99c75047f3d6916ae0833b6dae314cc9a930c909
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 8 Dec 2010 10:57:33 +0000 (8 11:57 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 8 Dec 2010 10:57:33 +0000 (8 11:57 +0100)
tree4f180f47e04e3d2bcaefda01bb9f2e676a42a4ad
parent6531dee24c36670e661ed59ee5e45f479adb3362
Update call to cloog_loop_simplify to handling of 0D problems

Commit f8b6a41 (Handle 0D problems by adding a 0th level to the main
recursion, Fri Oct 3 23:19:23 2008 +0200) introduced a 0th level
in cloog_loop_generate and cloog_clast_create, but it failed to update
cloog_loop_simplify accordingly.  This went unnoticed because the "level"
was not used inside cloog_loop_simplify until 5f6c710 (Optionally store
domains of scattering dimensions in clast for, Mon Nov 29 18:19:38 2010 -0500).

Reported-by: Tobias Grosser <grosser@fim.uni-passau.de>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
source/program.c