forked from OSchip/llvm-project
parent
3e77d14563
commit
d6a50b3a1e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue