PetScan::extract_affine(Expr *): stop taking into account nesting_enabled
commit8d06f46bb7bdeed593fbc1ef88fa83ed8d7d7138
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 3 Mar 2014 18:15:58 +0000 (3 19:15 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 24 Mar 2014 16:32:10 +0000 (24 17:32 +0100)
tree186790216098ecb9ae804030963a5085a99b6b12
parent31ccc20d77de70f9080f1ecad8509e320bd08970
PetScan::extract_affine(Expr *): stop taking into account nesting_enabled

Since the previous commits, this method is no longer called with
nesting_enabled set and it will never be called this way in the future.

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