diff options
author | Chris Lattner <sabre@nondot.org> | 2009-11-07 09:07:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-11-07 09:07:01 +0000 |
commit | 6b22952b03e50b83a3be10334a6663b5a46565bf (patch) | |
tree | 7852e8163f2bef771fda084a17e2ecb51dd6ac77 /llvm/lib | |
parent | b61e9d03c1aba20840ae2eb62423f812dc9f66c0 (diff) | |
download | bcm5719-llvm-6b22952b03e50b83a3be10334a6663b5a46565bf.tar.gz bcm5719-llvm-6b22952b03e50b83a3be10334a6663b5a46565bf.zip |
prune #include / layering violation
llvm-svn: 86365
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/VMCore/Instructions.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/VMCore/Instructions.cpp b/llvm/lib/VMCore/Instructions.cpp index e2c283f19b1..f343bd18daa 100644 --- a/llvm/lib/VMCore/Instructions.cpp +++ b/llvm/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; //===----------------------------------------------------------------------===// |