polly-update-format after change in clang-format. NFC.

r313963 changed the sorting of using-declarations.

llvm-svn: 313976
This commit is contained in:
Michael Kruse 2017-09-22 11:30:26 +00:00
parent e350b0a196
commit a9035a8fec
1 changed files with 1 additions and 1 deletions

View File

@ -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 {