PetScan::extract_non_affine_condition: remove redundant resolve_nested
commit5f7cf7f8691416afcdd4cad5b73e0f31e8763b55
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 29 Dec 2013 14:04:06 +0000 (29 15:04 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 19 Mar 2014 09:54:07 +0000 (19 10:54 +0100)
tree2dd5484d05dd076a7305b8bb649650c9e9c24d9b
parent7973c7a0c25b65bb83fe450a6bf8a6854626c48e
PetScan::extract_non_affine_condition: remove redundant resolve_nested

Commit e8b1fa6 (PetScan::extract_non_affine_condition: resolve nested accesses,
Fri May 18 13:03:19 2012 +0200) introduced two calls to resolve_nested,
one on the expression and one on the scop.  Since resolve_nested
on a scop handles nested accesses in the iteration domains and
the iteration domain is a universe set at this point, the second call
appears to have been introduced by mistake.  Remove it.

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