[polly] r208626 - fix clang format
Sebastian Pop
spop at codeaurora.org
Mon May 12 13:24:26 PDT 2014
Author: spop
Date: Mon May 12 15:24:26 2014
New Revision: 208626
URL: http://llvm.org/viewvc/llvm-project?rev=208626&view=rev
Log:
fix clang format
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=208626&r1=208625&r2=208626&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopDetection.cpp (original)
+++ polly/trunk/lib/Analysis/ScopDetection.cpp Mon May 12 15:24:26 2014
@@ -337,8 +337,7 @@ bool ScopDetection::isInvariant(const Va
return true;
}
-bool
-ScopDetection::hasAffineMemoryAccesses(DetectionContext &Context) const {
+bool ScopDetection::hasAffineMemoryAccesses(DetectionContext &Context) const {
for (auto P : Context.NonAffineAccesses) {
const SCEVUnknown *BasePointer = P.first;
Value *BaseValue = BasePointer->getValue();
More information about the llvm-commits
mailing list