drop pet_scop_detect_parameter_accesses
commit86637b4edf950cd88d87037cb6f156d0c7491423
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 9 Mar 2014 14:19:52 +0000 (9 15:19 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 25 Mar 2014 13:36:29 +0000 (25 14:36 +0100)
treec9046eabe9660a8c8cc73cdd96873925138facc5
parentc0db3358d6ecaffec71c08a08e9e116ab548a25b
drop pet_scop_detect_parameter_accesses

In the previous commit, we changed pet_context_evaluate_expr to plug in
affine expressions for scalar reads.  This means in particular that
pet_context_evaluate_expr will plug in parameters for reads to
accesses to the corresponding variable.  There is therefore no longer
any need for pet_scop_detect_parameter_accesses to look for such reads
at the end of the scop construction as they will already have been
handled by pet_context_evaluate_expr during the scop construction.

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