cloog_statement_copy: add missing copy of state
commit9b102611fcf1a473626dce136ab95c33c9c6d48a
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 7 Jun 2009 09:48:18 +0000 (7 11:48 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 9 Jun 2009 10:56:51 +0000 (9 12:56 +0200)
treea41fe0f1c8b0df05b588352413568c72770f6349
parent41c9dd27c92cf769323687d2317c2657c7043367
cloog_statement_copy: add missing copy of state

Commit a9846c1 (move all global variables to CloogState) introduced
a "state" field in CloogStatement, but it neglected to copy this
state field in cloog_statement_copy.

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