From 3a1e4bfb535131fbfc0c981cdbbab2bf17894bcb Mon Sep 17 00:00:00 2001 From: Michael Kruse Date: Thu, 9 Nov 2017 16:33:29 +0000 Subject: [PATCH] Update formatting to reflect change in clang-format. NFC. clang-format has changed its algorithm for sorting includes in r317794. llvm-svn: 317808 --- polly/include/polly/ScopPass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/include/polly/ScopPass.h b/polly/include/polly/ScopPass.h index 3afcf74..5182a1b 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::Result { -- 2.7.4