aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-29 18:48:55 +0000
committerChris Lattner <sabre@nondot.org>2002-04-29 18:48:55 +0000
commit86e9187dccd1ef73cc2d498bb4828162d11dd650 (patch)
treeeff18698fc1027adbc2c400464de17b9770f7449
parent72a1d4e12657620ea1dd5a2fdb7570da81f5079c (diff)
Add neccesary #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2406 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/InstrSelection/InstrForest.cpp1
-rw-r--r--lib/Target/SparcV9/InstrSelection/InstrForest.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/InstrSelection/InstrForest.cpp b/lib/CodeGen/InstrSelection/InstrForest.cpp
index 8fa59584c0..4a08c24704 100644
--- a/lib/CodeGen/InstrSelection/InstrForest.cpp
+++ b/lib/CodeGen/InstrSelection/InstrForest.cpp
@@ -26,6 +26,7 @@
#include "llvm/iMemory.h"
#include "llvm/Constant.h"
#include "llvm/BasicBlock.h"
+#include "llvm/Type.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "Support/STLExtras.h"
#include <alloca.h>
diff --git a/lib/Target/SparcV9/InstrSelection/InstrForest.cpp b/lib/Target/SparcV9/InstrSelection/InstrForest.cpp
index 8fa59584c0..4a08c24704 100644
--- a/lib/Target/SparcV9/InstrSelection/InstrForest.cpp
+++ b/lib/Target/SparcV9/InstrSelection/InstrForest.cpp
@@ -26,6 +26,7 @@
#include "llvm/iMemory.h"
#include "llvm/Constant.h"
#include "llvm/BasicBlock.h"
+#include "llvm/Type.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "Support/STLExtras.h"
#include <alloca.h>