cloog_loop_free_parts: free loop->unsimplified
commit87611be6af3ba74dd2b143d5299dfd94144d5833
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 9 Jun 2011 11:37:13 +0000 (9 13:37 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 11 Jun 2011 12:26:00 +0000 (11 14:26 +0200)
treeeeee5fc79aa130a4dd09a9352f7be178f399d55e
parentb9de6589f266e79e37160e8be50801eb40f57dcf
cloog_loop_free_parts: free loop->unsimplified

Since loop->unsimplified was introduced in 62da9f7 (optionally store
domains of scattering dimensions in clast user statements, Mon Sep 27
18:50:03 2010 +0200), it was only getting freed in cloog_loop_free
and not in cloog_loop_free_parts.

Now, loop->unsimplified is only set at the end of the computation,
so cloog_loop_free_parts is usually not called on a loop with
unsimplified set.  In fact, if it is, then this would mean that
the information about the unsimplied domain is lost.
Still, if we are losing the information anyway, we might as well
free it.

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