summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2017-09-22 11:30:26 +0000
committerMichael Kruse <llvm@meinersbur.de>2017-09-22 11:30:26 +0000
commita9035a8fec0d52b0854fd79b1cfd2e079d671177 (patch)
treefd7ad49116c436a796bdb52a6c929bd0c1aff4f1
parente350b0a19629c4cce87f28913b3137f4c7015de3 (diff)
downloadbcm5719-llvm-a9035a8fec0d52b0854fd79b1cfd2e079d671177.tar.gz
bcm5719-llvm-a9035a8fec0d52b0854fd79b1cfd2e079d671177.zip
polly-update-format after change in clang-format. NFC.
r313963 changed the sorting of using-declarations. llvm-svn: 313976
-rw-r--r--polly/include/polly/ScopPass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/include/polly/ScopPass.h b/polly/include/polly/ScopPass.h
index 6ade9c89c50..2e78ca1952a 100644
--- a/polly/include/polly/ScopPass.h
+++ b/polly/include/polly/ScopPass.h
@@ -40,12 +40,12 @@ using FunctionAnalysisManagerScopProxy =
} // namespace polly
namespace llvm {
-using polly::SPMUpdater;
using polly::Scop;
using polly::ScopAnalysisManager;
using polly::ScopAnalysisManagerFunctionProxy;
using polly::ScopInfo;
using polly::ScopStandardAnalysisResults;
+using polly::SPMUpdater;
template <>
class InnerAnalysisManagerProxy<ScopAnalysisManager, Function>::Result {
OpenPOWER on IntegriCloud