shrink vmcore by moving symbol table stripping support out of VMCore into

the one IPO pass that uses it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33990 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2007-02-07 06:22:45 +00:00
parent a3832fd46a
commit 7f1444bc0a
5 changed files with 23 additions and 39 deletions

View File

@@ -98,10 +98,6 @@ public:
/// @{
public:
/// This method will strip the symbol table of its names
/// @brief Strip the symbol table.
bool strip();
/// Inserts a type into the symbol table with the specified name. There can be
/// a many-to-one mapping between names and types. This method allows a type
/// with an existing entry in the symbol table to get a new name.