aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Mangler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/Mangler.h')
-rw-r--r--include/llvm/Support/Mangler.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Support/Mangler.h b/include/llvm/Support/Mangler.h
index 94f0adb..771c09e 100644
--- a/include/llvm/Support/Mangler.h
+++ b/include/llvm/Support/Mangler.h
@@ -51,11 +51,6 @@ class Mangler {
DenseMap<const Type*, unsigned> TypeMap;
unsigned TypeCounter;
- /// This keeps track of which global values have had their names
- /// mangled in the current module.
- ///
- SmallPtrSet<const GlobalValue*, 16> MangledGlobals;
-
/// AcceptableChars - This bitfield contains a one for each character that is
/// allowed to be part of an unmangled name.
unsigned AcceptableChars[256/32];