aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Instructions.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-11-07 09:07:01 +0000
committerChris Lattner <sabre@nondot.org>2009-11-07 09:07:01 +0000
commitd6e5763e12c5bfbde973698b07b4ea2025290e54 (patch)
treebfbee3f65c38abb8d91a474f20ee7c874b03e459 /lib/VMCore/Instructions.cpp
parent2d274412ed9aab277e070690c574714ec544cf94 (diff)
downloadexternal_llvm-d6e5763e12c5bfbde973698b07b4ea2025290e54.zip
external_llvm-d6e5763e12c5bfbde973698b07b4ea2025290e54.tar.gz
external_llvm-d6e5763e12c5bfbde973698b07b4ea2025290e54.tar.bz2
prune #include / layering violation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86365 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Instructions.cpp')
-rw-r--r--lib/VMCore/Instructions.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/VMCore/Instructions.cpp b/lib/VMCore/Instructions.cpp
index e2c283f..f343bd1 100644
--- a/lib/VMCore/Instructions.cpp
+++ b/lib/VMCore/Instructions.cpp
@@ -24,8 +24,6 @@
#include "llvm/Support/CallSite.h"
#include "llvm/Support/ConstantRange.h"
#include "llvm/Support/MathExtras.h"
-#include "llvm/Target/TargetData.h"
-
using namespace llvm;
//===----------------------------------------------------------------------===//