pet_expr_extract_affine: no longer create new parameters for scalar accesses
commita2c453dbbe28131052b495d4963092c78df68f86
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 19 Feb 2014 16:26:49 +0000 (19 17:26 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 25 Mar 2014 13:36:29 +0000 (25 14:36 +0100)
tree5b859f71046e6eea6877e88b401317e45cd5f7b0
parent77c215ac323d6de4884f10b4c9d43f2af4f1fd6a
pet_expr_extract_affine: no longer create new parameters for scalar accesses

Now that we add parameter assignments for all parameters before
calling pet_expr_extract_affine, there is no longer any need
for pet_expr_extract_affine to create any new parameters.
This means that the caller can specify which variables should
be considered as parameters, rather than having to specify
which variables should not be considered as parameters.

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