[polly] r220711 - Fix polly formatting after recent clang-format behavior change.
Daniel Jasper
djasper at google.com
Mon Oct 27 12:45:31 PDT 2014
Author: djasper
Date: Mon Oct 27 14:45:31 2014
New Revision: 220711
URL: http://llvm.org/viewvc/llvm-project?rev=220711&view=rev
Log:
Fix polly formatting after recent clang-format behavior change.
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=220711&r1=220710&r2=220711&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopDetection.cpp (original)
+++ polly/trunk/lib/Analysis/ScopDetection.cpp Mon Oct 27 14:45:31 2014
@@ -877,9 +877,8 @@ void ScopDetection::printLocations(llvm:
}
}
-void
-ScopDetection::emitMissedRemarksForValidRegions(const Function &F,
- const RegionSet &ValidRegions) {
+void ScopDetection::emitMissedRemarksForValidRegions(
+ const Function &F, const RegionSet &ValidRegions) {
for (const Region *R : ValidRegions) {
const Region *Parent = R->getParent();
if (Parent && !Parent->isTopLevelRegion() && RejectLogs.count(Parent))
More information about the llvm-commits
mailing list