summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-02-02 22:36:19 +0000
committerAndrew Trick <atrick@apple.com>2012-02-02 22:36:19 +0000
commit877d5a712dd43709b5427825df3913c901017a61 (patch)
treee22369b00fb44b9edade255953585d858add7d44 /clang/lib/CodeGen
parent04ef9492fd352ef1f9ddb625d661821b4777f34d (diff)
downloadbcm5719-llvm-877d5a712dd43709b5427825df3913c901017a61.tar.gz
bcm5719-llvm-877d5a712dd43709b5427825df3913c901017a61.zip
unnecessary include of TargetMachine.h?
llvm-svn: 149638
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp
index f660e3c95e2..97cf26673df 100644
--- a/clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/clang/lib/CodeGen/CGDebugInfo.cpp
@@ -35,7 +35,6 @@
#include "llvm/Support/Dwarf.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Target/TargetData.h"
-#include "llvm/Target/TargetMachine.h"
using namespace clang;
using namespace clang::CodeGen;
OpenPOWER on IntegriCloud