pet_context: no longer keep track of "unknown" values
commitbdb7916ce78cef5d52bfdc148576f1999b774fc8
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 20 Feb 2014 09:47:45 +0000 (20 10:47 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 25 Mar 2014 13:36:30 +0000 (25 14:36 +0100)
treed32715151ffb962b565c2adcfb7b105ad6cc8738
parenta2c453dbbe28131052b495d4963092c78df68f86
pet_context: no longer keep track of "unknown" values

The only reason we kept track of "unknown" values in the pet_context
was to be able to distinguish variable that have had some value
assigned to them and those that have never been assigned a value.
This information was used inside pet_expr_extract_affine to decide
whether we should consider the variable as a parameter.
Now that this logic has been removed from pet_expr_extract_affine,
there is no longer any need to keep track of unknown values.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
context.c
context.h
expr.c
tree2scop.c