diff options
| author | Michael Kruse <llvm@meinersbur.de> | 2017-09-22 11:30:26 +0000 |
|---|---|---|
| committer | Michael Kruse <llvm@meinersbur.de> | 2017-09-22 11:30:26 +0000 |
| commit | a9035a8fec0d52b0854fd79b1cfd2e079d671177 (patch) | |
| tree | fd7ad49116c436a796bdb52a6c929bd0c1aff4f1 /polly/include | |
| parent | e350b0a19629c4cce87f28913b3137f4c7015de3 (diff) | |
| download | bcm5719-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
Diffstat (limited to 'polly/include')
| -rw-r--r-- | polly/include/polly/ScopPass.h | 2 |
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 { |

