Trim #includes.
authorDan Gohman <gohman@apple.com>
Thu, 16 Oct 2008 20:18:31 +0000 (20:18 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 16 Oct 2008 20:18:31 +0000 (20:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57649 91177308-0d34-0410-b5e6-96231b3b80d8

16 files changed:
include/llvm/Analysis/EscapeAnalysis.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/PassManagers.h
include/llvm/Target/TargetRegisterInfo.h
lib/Analysis/EscapeAnalysis.cpp
lib/Target/Alpha/AlphaISelDAGToDAG.cpp
lib/Target/CellSPU/SPUISelDAGToDAG.cpp
lib/Target/IA64/IA64ISelDAGToDAG.cpp
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/PIC16/PIC16ISelDAGToDAG.cpp
lib/Target/PIC16/PIC16ISelLowering.cpp
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCJITInfo.cpp
lib/Target/X86/X86ISelDAGToDAG.cpp

index 03012a828cb469a632b5d47f73f8279463305974..871630dd6d0b56c21a85e6c00d67f3e2923646e3 100644 (file)
@@ -19,7 +19,6 @@
 #include "llvm/Analysis/AliasAnalysis.h"
 #include "llvm/Target/TargetData.h"
 #include <set>
-#include <vector>
 
 namespace llvm {
 
index 4cde906475265678292d9927a286f0527f782839..e62c31d4e6f73e90b790e77954ac78dd142ded72 100644 (file)
@@ -28,7 +28,6 @@
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/Support/Allocator.h"
 #include <cmath>
-#include <map>
 
 namespace llvm {
 
index 91c9e378a3a51b93dd477b742746d16116047efb..982ff4ccb53a5f620ab84ed7ceddbc6383675526 100644 (file)
@@ -21,7 +21,6 @@
 #include "llvm/CodeGen/SelectionDAGNodes.h"
 
 #include <cassert>
-#include <list>
 #include <vector>
 #include <map>
 #include <string>
index f8e1308c235b4b3a74f158f920ba4832ba592f95..e0c1bf2de511c5577adee19a573a6ee79a33595e 100644 (file)
@@ -11,6 +11,9 @@
 //
 //===----------------------------------------------------------------------===//
 
+#ifndef PASSMANAGERS_H
+#define PASSMANAGERS_H
+
 #include "llvm/PassManager.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/SmallPtrSet.h"
 // MPPassManagers.
 //===----------------------------------------------------------------------===//
 
-#ifndef PASSMANAGERS_H
-#define PASSMANAGERS_H
-
-#include "llvm/Pass.h"
-#include <deque>
-
 namespace llvm {
 
 /// FunctionPassManager and PassManager, two top level managers, serve 
index c7cc31feb91ae75726201f06f9691e9bf94bc90e..f7bff7ff8c28308a06035c4ab31c93524f51296b 100644 (file)
@@ -21,7 +21,6 @@
 #include "llvm/CodeGen/ValueTypes.h"
 #include <cassert>
 #include <functional>
-#include <set>
 
 namespace llvm {
 
index a5a46e187e3588401337131e78e2db319b704b80..67cc6009e39767d416ea66c345c6d0fb5f38d918 100644 (file)
@@ -17,6 +17,7 @@
 #include "llvm/Module.h"
 #include "llvm/Support/InstIterator.h"
 #include "llvm/ADT/SmallPtrSet.h"
+#include <vector>
 using namespace llvm;
 
 char EscapeAnalysis::ID = 0;
index b243da6ad5cc5facc2e63f7bac992a9ea9f37405..e4bd152885b162fdc858b7e4a56f1a4a56f65400 100644 (file)
@@ -30,8 +30,6 @@
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/MathExtras.h"
 #include <algorithm>
-#include <queue>
-#include <set>
 using namespace llvm;
 
 namespace {
index bcdc28cfe9bcdac333a7909a7d74b7b7976d2ebb..92c76af1d065608c64362941136161d3ae827422 100644 (file)
@@ -31,8 +31,6 @@
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/MathExtras.h"
 #include "llvm/Support/Compiler.h"
-#include <queue>
-#include <set>
 
 using namespace llvm;
 
index 18b9ecf94eda11b31efd6ca1431d7ffd584aa21b..6d3199307e56a9b3b10edfda4d10ec81058e8cc8 100644 (file)
@@ -27,8 +27,6 @@
 #include "llvm/Support/Compiler.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/MathExtras.h"
-#include <queue>
-#include <set>
 using namespace llvm;
 
 namespace {
index 669f62f9f17111c1c15b4c716cefea1d667827d6..2e3756a8715ab98bd5f2fb78e64ebfe03ebf4c83 100644 (file)
@@ -32,9 +32,6 @@
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Support/Compiler.h"
 #include "llvm/Support/Debug.h"
-#include <queue>
-#include <set>
-
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//
index 6dc237aad6da743cc914a9aec88b7d8ab9d1ff8f..3224d73d5f6041aea767fc114def38d8ade16d70 100644 (file)
@@ -31,9 +31,6 @@
 #include "llvm/CodeGen/SelectionDAGISel.h"
 #include "llvm/CodeGen/ValueTypes.h"
 #include "llvm/Support/Debug.h"
-#include <queue>
-#include <set>
-
 using namespace llvm;
 
 const char *MipsTargetLowering::
index 285c5a6355eac13e8ac3be49c26195ce17b03254..4d06089e9c1dc78e7d7e3ed237cfca5096d8aec3 100644 (file)
@@ -31,9 +31,6 @@
 #include "llvm/Support/Compiler.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Target/TargetMachine.h"
-#include <queue>
-#include <set>
-
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//
index ace3170dfa533b3329da09d1cb350fa2ef764aeb..ed3c64576246dbe68dea9fe7e6836b53ca61cb88 100644 (file)
@@ -28,9 +28,6 @@
 #include "llvm/CodeGen/SelectionDAGISel.h"
 #include "llvm/CodeGen/ValueTypes.h"
 #include "llvm/Support/Debug.h"
-#include <queue>
-#include <set>
-
 using namespace llvm;
 
 const char *PIC16TargetLowering:: getTargetNodeName(unsigned Opcode) const 
index 56d6a58591a21b6e0c76c3bb8a3a70caaa7f6dde..e2ffb31fcc9c6cc0eb5105b6a403b49b926cdc06 100644 (file)
@@ -30,8 +30,6 @@
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/MathExtras.h"
 #include "llvm/Support/Compiler.h"
-#include <queue>
-#include <set>
 using namespace llvm;
 
 namespace {
index 41c755bcd992663ede741722e8804bce1c0595d2..89c6d4924fba219b64af826085dbcada9969b6c2 100644 (file)
@@ -19,7 +19,6 @@
 #include "llvm/CodeGen/MachineCodeEmitter.h"
 #include "llvm/System/Memory.h"
 #include "llvm/Support/Debug.h"
-#include <set>
 using namespace llvm;
 
 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
index a08291dcea23e329bf98f61e57c368f3dec50b17..cf83e681922c15ac7acc535de12c789ddb693481 100644 (file)
@@ -39,8 +39,6 @@
 #include "llvm/Support/Streams.h"
 #include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/ADT/Statistic.h"
-#include <queue>
-#include <set>
 using namespace llvm;
 
 STATISTIC(NumFPKill   , "Number of FP_REG_KILL instructions added");