From c775ea13762224301e8242b9d3eaacd974fa6524 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 12 Jan 2009 15:53:25 +0000 Subject: 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 --- include/llvm/Support/Mangler.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') 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 TypeMap; unsigned TypeCounter; - /// This keeps track of which global values have had their names - /// mangled in the current module. - /// - SmallPtrSet MangledGlobals; - /// AcceptableChars - This bitfield contains a one for each character that is /// allowed to be part of an unmangled name. unsigned AcceptableChars[256/32]; -- cgit v1.1