summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Spiller.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-03-12 06:58:19 +0000
committerOwen Anderson <resistor@mac.com>2009-03-12 06:58:19 +0000
commit36a993788392093c05a074690c8ef6eff6f78760 (patch)
tree83b5a3db967b2bc299fe6c1168b2cfd587b753cb /llvm/lib/CodeGen/Spiller.h
parent4147f08e449bc72cac07d5ca6bc47209ad96c3e3 (diff)
downloadbcm5719-llvm-36a993788392093c05a074690c8ef6eff6f78760.tar.gz
bcm5719-llvm-36a993788392093c05a074690c8ef6eff6f78760.zip
Reorganize some #include's.
llvm-svn: 66780
Diffstat (limited to 'llvm/lib/CodeGen/Spiller.h')
-rw-r--r--llvm/lib/CodeGen/Spiller.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/Spiller.h b/llvm/lib/CodeGen/Spiller.h
index ae9565d4aca..e85922ec397 100644
--- a/llvm/lib/CodeGen/Spiller.h
+++ b/llvm/lib/CodeGen/Spiller.h
@@ -24,13 +24,9 @@
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Support/CommandLine.h"
-#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/DenseMap.h"
-#include "llvm/ADT/DepthFirstIterator.h"
-#include "llvm/ADT/Statistic.h"
-#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallSet.h"
#include "VirtRegMap.h"
#include <map>
OpenPOWER on IntegriCloud