summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llc/llc.cpp
diff options
context:
space:
mode:
authorDylan Noblesmith <nobled@dreamwidth.org>2011-12-22 23:04:07 +0000
committerDylan Noblesmith <nobled@dreamwidth.org>2011-12-22 23:04:07 +0000
commit9e5b178eccd08aec2cf13f78f31e17a9f22c320a (patch)
tree2ece84fa75ce8a47d0d2d8029a76f3f50785d71d /llvm/tools/llc/llc.cpp
parent54671a787cb7b928137acebc28dd9c53953bf6ed (diff)
downloadbcm5719-llvm-9e5b178eccd08aec2cf13f78f31e17a9f22c320a.tar.gz
bcm5719-llvm-9e5b178eccd08aec2cf13f78f31e17a9f22c320a.zip
drop unneeded config.h includes
llvm-svn: 147197
Diffstat (limited to 'llvm/tools/llc/llc.cpp')
-rw-r--r--llvm/tools/llc/llc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llc/llc.cpp b/llvm/tools/llc/llc.cpp
index 58dafca1599..61e31cd0437 100644
--- a/llvm/tools/llc/llc.cpp
+++ b/llvm/tools/llc/llc.cpp
@@ -21,7 +21,6 @@
#include "llvm/Support/IRReader.h"
#include "llvm/CodeGen/LinkAllAsmWriterComponents.h"
#include "llvm/CodeGen/LinkAllCodegenComponents.h"
-#include "llvm/Config/config.h"
#include "llvm/MC/SubtargetFeature.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
OpenPOWER on IntegriCloud