From: Michael Kruse Date: Thu, 9 Nov 2017 16:33:29 +0000 (+0000) Subject: Update formatting to reflect change in clang-format. NFC. X-Git-Tag: llvmorg-6.0.0-rc1~3776 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a1e4bfb535131fbfc0c981cdbbab2bf17894bcb;p=platform%2Fupstream%2Fllvm.git Update formatting to reflect change in clang-format. NFC. clang-format has changed its algorithm for sorting includes in r317794. llvm-svn: 317808 --- 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 {