[polly] r313976 - polly-update-format after change in clang-format. NFC.
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 22 04:30:26 PDT 2017
Author: meinersbur
Date: Fri Sep 22 04:30:26 2017
New Revision: 313976
URL: http://llvm.org/viewvc/llvm-project?rev=313976&view=rev
Log:
polly-update-format after change in clang-format. NFC.
r313963 changed the sorting of using-declarations.
Modified:
polly/trunk/include/polly/ScopPass.h
Modified: polly/trunk/include/polly/ScopPass.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/ScopPass.h?rev=313976&r1=313975&r2=313976&view=diff
==============================================================================
--- polly/trunk/include/polly/ScopPass.h (original)
+++ polly/trunk/include/polly/ScopPass.h Fri Sep 22 04:30:26 2017
@@ -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 {
More information about the llvm-commits
mailing list