cloog_program_read: delay construction of blocklist until after blocking
commit522853146189c25bd839fac244388947e3d9babf
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 23 Oct 2008 12:14:45 +0000 (23 14:14 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 8 Nov 2008 11:51:54 +0000 (8 12:51 +0100)
treef18e1a0c91c53b50802fd15b50705dd95486a7d3
parentaba08e166b82c2d2df70b6600a8c09b180fb053f
cloog_program_read: delay construction of blocklist until after blocking

Blocking invalidates the blocklist and the blocklist therefore has
to be reconstructed after blocking.  However, the blocklist is not
really needed before we do the blocking, so it is better to wait
with construction of the blocklist until after blocking has been
performed.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
source/program.c