[polly] r270051 - Remove leftover debug output [NFC]
Johannes Doerfert via llvm-commits
llvm-commits at lists.llvm.org
Thu May 19 05:32:55 PDT 2016
Author: jdoerfert
Date: Thu May 19 07:32:54 2016
New Revision: 270051
URL: http://llvm.org/viewvc/llvm-project?rev=270051&view=rev
Log:
Remove leftover debug output [NFC]
Modified:
polly/trunk/lib/Analysis/ScopDetection.cpp
Modified: polly/trunk/lib/Analysis/ScopDetection.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/ScopDetection.cpp?rev=270051&r1=270050&r2=270051&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopDetection.cpp (original)
+++ polly/trunk/lib/Analysis/ScopDetection.cpp Thu May 19 07:32:54 2016
@@ -1288,7 +1288,6 @@ bool ScopDetection::isProfitableRegion(D
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)
More information about the llvm-commits
mailing list