diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2014-03-04 10:07:28 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2014-03-04 10:07:28 +0000 |
commit | 1decd56b8dec415b9d2270d636226b9fdb0b9c25 (patch) | |
tree | b75f2314a1630f5107e2b3e087c22978f6f98235 /lib/Analysis/PostDominators.cpp | |
parent | efba32f21b84dd3e6160dabf5544b877aa614205 (diff) |
[cleanup] Re-sort all the includes with utils/sort_includes.py.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202811 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/PostDominators.cpp')
-rw-r--r-- | lib/Analysis/PostDominators.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/PostDominators.cpp b/lib/Analysis/PostDominators.cpp index 7da8f46ea10..28969878a13 100644 --- a/lib/Analysis/PostDominators.cpp +++ b/lib/Analysis/PostDominators.cpp @@ -16,10 +16,10 @@ #include "llvm/Analysis/PostDominators.h" #include "llvm/ADT/DepthFirstIterator.h" #include "llvm/ADT/SetOperations.h" -#include "llvm/Support/GenericDomTreeConstruction.h" #include "llvm/IR/Instructions.h" #include "llvm/Support/CFG.h" #include "llvm/Support/Debug.h" +#include "llvm/Support/GenericDomTreeConstruction.h" using namespace llvm; //===----------------------------------------------------------------------===// |