aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2009-01-12 15:53:25 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2009-01-12 15:53:25 +0000
commitc775ea13762224301e8242b9d3eaacd974fa6524 (patch)
tree1507dbd6ceac5354d6972294bc60cbb0064ac725 /include
parent1f1d6e4bfc15f47b75264ed87f037f6dd57f4db9 (diff)
downloadexternal_llvm-c775ea13762224301e8242b9d3eaacd974fa6524.zip
external_llvm-c775ea13762224301e8242b9d3eaacd974fa6524.tar.gz
external_llvm-c775ea13762224301e8242b9d3eaacd974fa6524.tar.bz2
Remove some dead code from the days llvm had type planes.
There might be more dead code, but with llvm-gcc bootstrap broken on linux x86-64 it is had to test :-( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62088 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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];