summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-16 21:57:06 +0000
committerChris Lattner <sabre@nondot.org>2010-01-16 21:57:06 +0000
commitf62e3ee8c59c550d1c25fc45b2269ca1b2413ab1 (patch)
treea374b840446fcc6cd5e6fb557dd14c2bae183447 /llvm/include
parentf523bb584c3d479e17a1a95ec0f775f62f93a968 (diff)
downloadbcm5719-llvm-f62e3ee8c59c550d1c25fc45b2269ca1b2413ab1.tar.gz
bcm5719-llvm-f62e3ee8c59c550d1c25fc45b2269ca1b2413ab1.zip
move the mangler into libtarget from vmcore.
llvm-svn: 93664
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Target/Mangler.h (renamed from llvm/include/llvm/Support/Mangler.h)1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/Mangler.h b/llvm/include/llvm/Target/Mangler.h
index deedb6d4292..132e0e720f0 100644
--- a/llvm/include/llvm/Support/Mangler.h
+++ b/llvm/include/llvm/Target/Mangler.h
@@ -15,7 +15,6 @@
#define LLVM_SUPPORT_MANGLER_H
#include "llvm/ADT/DenseMap.h"
-#include "llvm/ADT/SmallPtrSet.h"
#include <string>
namespace llvm {
OpenPOWER on IntegriCloud