diff options
author | Tobias Grosser <tobias@grosser.es> | 2017-02-17 13:39:45 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2017-02-17 13:39:45 +0000 |
commit | 24610211505bd785fc3ea94ddb93732aa3a063ce (patch) | |
tree | a3aff40c0d2ba616eb9a2e8ad49755f8f86ca91b | |
parent | 6673afb2dccb926be18331df8b1d35c0d2c5bbfa (diff) | |
download | bcm5719-llvm-24610211505bd785fc3ea94ddb93732aa3a063ce.tar.gz bcm5719-llvm-24610211505bd785fc3ea94ddb93732aa3a063ce.zip |
Drop leftover debug statement
llvm-svn: 295444
-rw-r--r-- | polly/lib/Analysis/ScopInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/Analysis/ScopInfo.cpp b/polly/lib/Analysis/ScopInfo.cpp index 3631fc2ddae..03222dc142b 100644 --- a/polly/lib/Analysis/ScopInfo.cpp +++ b/polly/lib/Analysis/ScopInfo.cpp @@ -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) |