summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-11-26 23:04:08 +0000
committerChris Lattner <sabre@nondot.org>2001-11-26 23:04:08 +0000
commitf679703feb9c4702a55f41caec15d5adf997cac9 (patch)
treeb0fb29ba99cb7c5bd541d3148ae25ecb715e14ff /llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
parent786df13fc1bc621cd7cbc9e52610084b4e3f5d8c (diff)
downloadbcm5719-llvm-f679703feb9c4702a55f41caec15d5adf997cac9.tar.gz
bcm5719-llvm-f679703feb9c4702a55f41caec15d5adf997cac9.zip
Move DataTypes.h from llvm/Support to just Support
llvm-svn: 1399
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/Execution.cpp')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Execution.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp b/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
index 524237b2dda..538e39ad0cb 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
+++ b/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
@@ -12,7 +12,6 @@
#include "llvm/Type.h"
#include "llvm/ConstPoolVals.h"
#include "llvm/Assembly/Writer.h"
-#include "llvm/Support/DataTypes.h"
#include "llvm/Target/TargetData.h"
#include "llvm/GlobalVariable.h"
#include <math.h> // For fmod
OpenPOWER on IntegriCloud