diff options
author | Chris Lattner <sabre@nondot.org> | 2007-02-07 06:22:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-02-07 06:22:45 +0000 |
commit | 7f1444bc0aefdd924e9b231e20d4c0529311e141 (patch) | |
tree | 0e1008865a141be2a99c669820f50e4074f98144 /include/llvm/TypeSymbolTable.h | |
parent | a3832fd46af09872a9c6322b9d23df8b4934c897 (diff) |
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
Diffstat (limited to 'include/llvm/TypeSymbolTable.h')
-rw-r--r-- | include/llvm/TypeSymbolTable.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/TypeSymbolTable.h b/include/llvm/TypeSymbolTable.h index dd26001422..abe312ec24 100644 --- a/include/llvm/TypeSymbolTable.h +++ b/include/llvm/TypeSymbolTable.h @@ -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. |