dataflow analysis: don't depend on word size during sorting of sources
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 22 Apr 2011 16:12:17 +0000 (18:12 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 22 Apr 2011 16:12:47 +0000 (18:12 +0200)
commit6b806d6571401e42778977b82584ebec13feea45
tree79f1571b1b976402ab2d40005a24290f60ce29e8
parent1192654a2e9edecc1f0d92b46452478d4d6b61ea
dataflow analysis: don't depend on word size during sorting of sources

The comparison routine would compute the difference between two
unsigned numbers, which would result in different signs depending
on the machine word size.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_flow.c