diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2009-01-12 15:53:25 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2009-01-12 15:53:25 +0000 |
commit | 7de44b174b815e6b8bf59e77daa50222ea59d8d3 (patch) | |
tree | 1507dbd6ceac5354d6972294bc60cbb0064ac725 /include/llvm/Support/Mangler.h | |
parent | 28aad95d0227e65873ffa5dadf7aaaa329fec067 (diff) | |
download | external_llvm-7de44b174b815e6b8bf59e77daa50222ea59d8d3.zip external_llvm-7de44b174b815e6b8bf59e77daa50222ea59d8d3.tar.gz external_llvm-7de44b174b815e6b8bf59e77daa50222ea59d8d3.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/llvm/Support/Mangler.h')
-rw-r--r-- | include/llvm/Support/Mangler.h | 5 |
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]; |