summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-14 05:34:53 +0000
committerChris Lattner <sabre@nondot.org>2001-09-14 05:34:53 +0000
commit22a6a9051164a310002fa705d490385fb7006a13 (patch)
tree0f6fe020e36807d30037d9d88429a0fc7210ecb7 /llvm/lib/ExecutionEngine
parentf8464e4b8d676bf1aa9d4b27de820a15578b81d5 (diff)
downloadbcm5719-llvm-22a6a9051164a310002fa705d490385fb7006a13.tar.gz
bcm5719-llvm-22a6a9051164a310002fa705d490385fb7006a13.zip
Make a new llvm/Target #include directory.
Move files from lib/CodeGen/TargetMachine to lib/Target Move TargetData.h and TargetMachine.h to Target/{Data.h|Machine.h} Prepare to split TargetMachine.h into several smaller files llvm-svn: 566
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 0b017ad574a..ff914106643 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/CodeGen/TargetData.h"
+#include "llvm/Target/Data.h"
static unsigned getOperandSlot(Value *V) {
SlotNumber *SN = (SlotNumber*)V->getAnnotation(SlotNumberAID);
OpenPOWER on IntegriCloud