summaryrefslogtreecommitdiffstats
path: root/polly/lib/Analysis/ScopDetection.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2018-03-20 17:16:32 +0000
committerTobias Grosser <tobias@grosser.es>2018-03-20 17:16:32 +0000
commit3a9989361898266e5279d1d91055ff63b00d041d (patch)
tree7534efaf7c2a92182499d3b9b1588fd631ca71f6 /polly/lib/Analysis/ScopDetection.cpp
parent89f224177014760e34ff75adbfc8bb9ea43e01b2 (diff)
downloadbcm5719-llvm-3a9989361898266e5279d1d91055ff63b00d041d.tar.gz
bcm5719-llvm-3a9989361898266e5279d1d91055ff63b00d041d.zip
Adjust to clang-format changes
llvm-svn: 328005
Diffstat (limited to 'polly/lib/Analysis/ScopDetection.cpp')
-rw-r--r--polly/lib/Analysis/ScopDetection.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/polly/lib/Analysis/ScopDetection.cpp b/polly/lib/Analysis/ScopDetection.cpp
index b61ebcba9ca..362580f8f31 100644
--- a/polly/lib/Analysis/ScopDetection.cpp
+++ b/polly/lib/Analysis/ScopDetection.cpp
@@ -304,7 +304,6 @@ public:
return DI->getKind() == PluginDiagnosticKind;
}
};
-
} // namespace
int DiagnosticScopFound::PluginDiagnosticKind =
@@ -854,7 +853,6 @@ public:
private:
std::vector<const SCEV *> *Terms;
};
-
} // namespace
SmallVector<const SCEV *, 4>
OpenPOWER on IntegriCloud