Add DEBUG output to -polly-scops pass

llvm-svn: 238644
This commit is contained in:
Tobias Grosser 2015-05-30 06:26:21 +00:00
parent 3e77d14563
commit d6a50b3a1e
1 changed files with 2 additions and 0 deletions

View File

@ -2064,6 +2064,8 @@ bool ScopInfo::runOnRegion(Region *R, RGPassManager &RGM) {
scop = new Scop(*tempScop, LI, SE, SD, ctx);
DEBUG(scop->print(dbgs()));
if (!PollyUseRuntimeAliasChecks) {
// Statistics.
++ScopFound;