Skip to content

Commit

Permalink
Delete stray isl_map_dump call.
Browse files Browse the repository at this point in the history
llvm-svn: 291521
  • Loading branch information
Eli Friedman committed Jan 10, 2017
1 parent 063259d commit c6e3b6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions polly/lib/Analysis/ScopInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3211,8 +3211,6 @@ void Scop::foldSizeConstantsToRight() {
continue;
}

isl_map_dump(Transform);

for (auto &Access : AccessFunctions)
if (Access->getScopArrayInfo() == Array)
Access->setAccessRelation(isl_map_apply_range(
Expand Down

0 comments on commit c6e3b6f

Please sign in to comment.