aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Interpreter
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-28 22:56:43 +0000
committerChris Lattner <sabre@nondot.org>2001-09-28 22:56:43 +0000
commit41c2e5c43473997d2041a9374d05c58cbe0af944 (patch)
treeb237c7fff878ed862fdfcda200927a8e9b2543bf /lib/ExecutionEngine/Interpreter
parent3ff4387113d7e74a8aa73f80c3518cb95f09a64b (diff)
downloadexternal_llvm-41c2e5c43473997d2041a9374d05c58cbe0af944.zip
external_llvm-41c2e5c43473997d2041a9374d05c58cbe0af944.tar.gz
external_llvm-41c2e5c43473997d2041a9374d05c58cbe0af944.tar.bz2
File #include file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@665 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/Interpreter')
-rw-r--r--lib/ExecutionEngine/Interpreter/Execution.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/Interpreter/Execution.cpp b/lib/ExecutionEngine/Interpreter/Execution.cpp
index ff91410..ff4e037 100644
--- a/lib/ExecutionEngine/Interpreter/Execution.cpp
+++ b/lib/ExecutionEngine/Interpreter/Execution.cpp
@@ -13,7 +13,7 @@
#include "llvm/ConstPoolVals.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/Support/DataTypes.h"
-#include "llvm/Target/Data.h"
+#include "llvm/Target/TargetData.h"
static unsigned getOperandSlot(Value *V) {
SlotNumber *SN = (SlotNumber*)V->getAnnotation(SlotNumberAID);