forked from OSchip/llvm-project
Update formatting to reflect change in clang-format. NFC.
clang-format has changed its algorithm for sorting includes in r317794. llvm-svn: 317808
This commit is contained in:
parent
d39e9dca1b
commit
3a1e4bfb53
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue