summaryrefslogtreecommitdiff
path: root/tools/llc
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
commit9421406aada374f79ce2f8e576824463f7830981 (patch)
tree27e6d39e10f547a5f9ceb306230861e68661d104 /tools/llc
parentb8c20b8d78f946a1657825f7e0a48c6ead352ca6 (diff)
drop unneeded config.h includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147197 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc')
-rw-r--r--tools/llc/llc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp
index 58dafca1599..61e31cd0437 100644
--- a/tools/llc/llc.cpp
+++ b/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"