forked from OSchip/llvm-project
[Polly] Satisfy Clang-format for r311489 changes, but it's weird that Clang-format didn't complain about headers order in previous versions (NFC).
llvm-svn: 311494
This commit is contained in:
parent
f456d1864d
commit
bff61d220e
|
@ -18,13 +18,10 @@
|
|||
#ifndef POLLY_SCOPINFO_H
|
||||
#define POLLY_SCOPINFO_H
|
||||
|
||||
#include "isl-noexceptions.h"
|
||||
#include "polly/ScopDetection.h"
|
||||
#include "polly/Support/SCEVAffinator.h"
|
||||
#include "polly/Support/ScopHelper.h"
|
||||
#include "isl/aff.h"
|
||||
#include "isl/ctx.h"
|
||||
#include "isl/set.h"
|
||||
#include "isl-noexceptions.h"
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/ADT/DenseSet.h"
|
||||
|
@ -44,6 +41,9 @@
|
|||
#include "llvm/IR/ValueHandle.h"
|
||||
#include "llvm/Pass.h"
|
||||
#include "llvm/Support/Casting.h"
|
||||
#include "isl/aff.h"
|
||||
#include "isl/ctx.h"
|
||||
#include "isl/set.h"
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <cstddef>
|
||||
|
|
Loading…
Reference in New Issue