Drop leftover debug statement

llvm-svn: 295444
This commit is contained in:
Tobias Grosser 2017-02-17 13:39:45 +00:00
parent 6673afb2dc
commit 2461021150
1 changed files with 0 additions and 1 deletions

View File

@ -4554,7 +4554,6 @@ void updateLoopCountStatistic(ScopDetection::LoopStats Stats) {
MaxNumLoopsInScop =
std::max(MaxNumLoopsInScop.getValue(), (unsigned)Stats.NumLoops);
errs() << "MaxLoopDepth: " << Stats.MaxDepth << "\n";
if (Stats.MaxDepth == 1)
NumScopsDepthOne++;
else if (Stats.MaxDepth == 2)