summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineLICM.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-04 06:41:45 +0000
committerChris Lattner <sabre@nondot.org>2008-01-04 06:41:45 +0000
commitb5c1d9b7da52ee176d2fe2bf75e29c387133d49b (patch)
tree668dbced4fbcd2950c8f140efad6c7aabebe2534 /llvm/lib/CodeGen/MachineLICM.cpp
parentbdd6acfb590dcc328c640b51bcb93009dae58aae (diff)
downloadbcm5719-llvm-b5c1d9b7da52ee176d2fe2bf75e29c387133d49b.tar.gz
bcm5719-llvm-b5c1d9b7da52ee176d2fe2bf75e29c387133d49b.zip
remove dead #includes and reorder the rest.
llvm-svn: 45569
Diffstat (limited to 'llvm/lib/CodeGen/MachineLICM.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineLICM.cpp16
1 files changed, 6 insertions, 10 deletions
diff --git a/llvm/lib/CodeGen/MachineLICM.cpp b/llvm/lib/CodeGen/MachineLICM.cpp
index 6bed0f384d0..4ba63bc9b50 100644
--- a/llvm/lib/CodeGen/MachineLICM.cpp
+++ b/llvm/lib/CodeGen/MachineLICM.cpp
@@ -13,22 +13,18 @@
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "machine-licm"
-#include "llvm/ADT/IndexedMap.h"
-#include "llvm/ADT/SmallVector.h"
-#include "llvm/ADT/Statistic.h"
-#include "llvm/CodeGen/MachineBasicBlock.h"
+#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/MachineDominators.h"
-#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineLoopInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
-#include "llvm/CodeGen/Passes.h"
-#include "llvm/Support/CFG.h"
-#include "llvm/Support/CommandLine.h"
-#include "llvm/Support/Compiler.h"
-#include "llvm/Support/Debug.h"
#include "llvm/Target/MRegisterInfo.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
+#include "llvm/ADT/SmallVector.h"
+#include "llvm/ADT/Statistic.h"
+#include "llvm/Support/CommandLine.h"
+#include "llvm/Support/Compiler.h"
+#include "llvm/Support/Debug.h"
using namespace llvm;
OpenPOWER on IntegriCloud