Don't increment statement->number when printing.
commit57581b1666d996e0d105eafe2adc86bc50fe18ff
authorSven Verdoolaege <skimo@liacs.nl>
Tue, 9 May 2006 14:25:47 +0000 (9 16:25 +0200)
committerSven Verdoolaege <skimo@liacs.nl>
Tue, 9 May 2006 14:28:43 +0000 (9 16:28 +0200)
treedf43427f02c74ceb16186109a1e23894f00f0468
parentdc7b724bb4412576b40c700b4458c6d38d888e4a
Don't increment statement->number when printing.

The rationale behind this incrementing is apparently that the
first statement would be printed as S1 rather than S0.
However, this also means that a user of CLooG as a library will
see the statement numbers she provides incremented for no good reason.

This patch moves the incrementing to cloog_loop_read.
source/loop.c
source/pprint.c
source/program.c
source/statement.c