Add DEBUG output to -polly-scops pass
authorTobias Grosser <tobias@grosser.es>
Sat, 30 May 2015 06:26:21 +0000 (06:26 +0000)
committerTobias Grosser <tobias@grosser.es>
Sat, 30 May 2015 06:26:21 +0000 (06:26 +0000)
llvm-svn: 238644

polly/lib/Analysis/ScopInfo.cpp

index 2ae6a1e..0e7527e 100644 (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;