diff options
| author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-05-19 12:32:54 +0000 |
|---|---|---|
| committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-05-19 12:32:54 +0000 |
| commit | f5841a66afcd3eec179452651db0e427d9ea17bf (patch) | |
| tree | d72371fa95fcba55baea6e64724dca4fcdaa8790 /polly/lib/Analysis/ScopDetection.cpp | |
| parent | 6dc3616195a818589ba5027cb50155f21dd0609f (diff) | |
| download | bcm5719-llvm-f5841a66afcd3eec179452651db0e427d9ea17bf.tar.gz bcm5719-llvm-f5841a66afcd3eec179452651db0e427d9ea17bf.zip | |
Remove leftover debug output [NFC]
llvm-svn: 270051
Diffstat (limited to 'polly/lib/Analysis/ScopDetection.cpp')
| -rw-r--r-- | polly/lib/Analysis/ScopDetection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/Analysis/ScopDetection.cpp b/polly/lib/Analysis/ScopDetection.cpp index 52f57d6ec2c..cf71b8905ed 100644 --- a/polly/lib/Analysis/ScopDetection.cpp +++ b/polly/lib/Analysis/ScopDetection.cpp @@ -1288,7 +1288,6 @@ bool ScopDetection::isProfitableRegion(DetectionContext &Context) const { if (PollyProcessUnprofitable) return true; - errs() << "Context: " << Context.CurRegion << "\n"; // We can probably not do a lot on scops that only write or only read // data. if (!Context.hasStores || !Context.hasLoads) |

