summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
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
commit707d4db319707697845c7ac16031dd4a823eeaa4 (patch)
tree3de19d3f59fb1245d2a3a6b99e3e53c2ce2bf666 /llvm/lib/ExecutionEngine
parentbb09a109294b5af04a99b73f2b84c5f8736fdac3 (diff)
downloadbcm5719-llvm-707d4db319707697845c7ac16031dd4a823eeaa4.tar.gz
bcm5719-llvm-707d4db319707697845c7ac16031dd4a823eeaa4.zip
File #include file
llvm-svn: 665
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Execution.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp b/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
index ff914106643..ff4e037ce2d 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
+++ b/llvm/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);
OpenPOWER on IntegriCloud