mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
Drop leftover debug statement
llvm-svn: 295444
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user