summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-29 18:56:45 +0000
committerChris Lattner <sabre@nondot.org>2002-04-29 18:56:45 +0000
commit9c0b187463becf3c7d93a8cf7b5cbfa6521bdcf9 (patch)
treeba4c4aa59f6603907f618141e5d96e9090df9b82 /llvm/lib/ExecutionEngine/Interpreter
parent70411b074c32010f7a4e3f4bd31b52ef2c0e2b77 (diff)
downloadbcm5719-llvm-9c0b187463becf3c7d93a8cf7b5cbfa6521bdcf9.tar.gz
bcm5719-llvm-9c0b187463becf3c7d93a8cf7b5cbfa6521bdcf9.zip
Fix #include broken by iMemory.h not including DerivedTypes.h
llvm-svn: 2407
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter')
-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 2a8c10506b5..fa612987627 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
+++ b/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
@@ -10,7 +10,7 @@
#include "llvm/iOther.h"
#include "llvm/iTerminators.h"
#include "llvm/iMemory.h"
-#include "llvm/Type.h"
+#include "llvm/DerivedTypes.h"
#include "llvm/Constants.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/Target/TargetData.h"
OpenPOWER on IntegriCloud