diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-28 22:56:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-28 22:56:43 +0000 |
commit | 41c2e5c43473997d2041a9374d05c58cbe0af944 (patch) | |
tree | b237c7fff878ed862fdfcda200927a8e9b2543bf /lib/ExecutionEngine/Interpreter | |
parent | 3ff4387113d7e74a8aa73f80c3518cb95f09a64b (diff) | |
download | external_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.cpp | 2 |
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); |