diff options
author | Owen Anderson <resistor@mac.com> | 2009-03-12 06:58:19 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-03-12 06:58:19 +0000 |
commit | 0ff4e2105ba0d8e378cbd01bf9f4db935d1bf39f (patch) | |
tree | 689e929f15d0a722a4d50f04e7f328fbe32024b0 /lib/CodeGen/Spiller.cpp | |
parent | d1980a5acd8509ea34ee2dec5e13de5dbe16af2d (diff) |
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.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/CodeGen/Spiller.cpp b/lib/CodeGen/Spiller.cpp index 7c7a1dd703..78daff6441 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; |