aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/Spiller.cpp
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
commit205ff2900080635cdf37084a548cc3ae0e75a0a2 (patch)
tree689e929f15d0a722a4d50f04e7f328fbe32024b0 /lib/CodeGen/Spiller.cpp
parente4577dcdb3554eb8306dff4731eda1fd695eee4b (diff)
downloadexternal_llvm-205ff2900080635cdf37084a548cc3ae0e75a0a2.zip
external_llvm-205ff2900080635cdf37084a548cc3ae0e75a0a2.tar.gz
external_llvm-205ff2900080635cdf37084a548cc3ae0e75a0a2.tar.bz2
Reorganize some #include's.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66780 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Spiller.cpp')
-rw-r--r--lib/CodeGen/Spiller.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/CodeGen/Spiller.cpp b/lib/CodeGen/Spiller.cpp
index 7c7a1dd..78daff6 100644
--- a/lib/CodeGen/Spiller.cpp
+++ b/lib/CodeGen/Spiller.cpp
@@ -9,7 +9,10 @@
#define DEBUG_TYPE "spiller"
#include "Spiller.h"
-
+#include "llvm/Support/Compiler.h"
+#include "llvm/ADT/DepthFirstIterator.h"
+#include "llvm/ADT/Statistic.h"
+#include "llvm/ADT/STLExtras.h"
#include <algorithm>
using namespace llvm;