Re-sort #include lines using my handy dandy ./utils/sort_includes.py

script. This is in preparation for changes to lots of include lines.

llvm-svn: 229088
This commit is contained in:
Chandler Carruth
2015-02-13 09:09:03 +00:00
parent f766278204
commit 71f308adb7
80 changed files with 91 additions and 149 deletions

View File

@@ -12,11 +12,11 @@
//===----------------------------------------------------------------------===//
#include "llvm/CodeGen/GCMetadata.h"
#include "llvm/CodeGen/GCStrategy.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/GCStrategy.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/IntrinsicInst.h"