[polly] r317808 - Update formatting to reflect change in clang-format. NFC.
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 9 08:33:29 PST 2017
Author: meinersbur
Date: Thu Nov 9 08:33:29 2017
New Revision: 317808
URL: http://llvm.org/viewvc/llvm-project?rev=317808&view=rev
Log:
Update formatting to reflect change in clang-format. NFC.
clang-format has changed its algorithm
for sorting includes in r317794.
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=317808&r1=317807&r2=317808&view=diff
==============================================================================
--- polly/trunk/include/polly/ScopPass.h (original)
+++ polly/trunk/include/polly/ScopPass.h Thu Nov 9 08:33:29 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