scan.cc: extract_depth: use correct dimension type
commit99407a31bffb91f23b8e97f57dfab64ea1b9de18
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 8 Aug 2013 12:48:11 +0000 (8 14:48 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 11 Aug 2013 10:35:35 +0000 (11 12:35 +0200)
treed616775e640b9906abf864a092278558b1fa6399
parent94ad2946368e3cd20555484ea4e73257c4e5783f
scan.cc: extract_depth: use correct dimension type

The isl_multi_pw_aff passed to extract_depth lives in a map space,
so we should be using isl_dim_out instead of isl_dim_set, even though
internally they are currently the same.

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