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/ValueSymbolTable.h | |
parent | a3832fd46af09872a9c6322b9d23df8b4934c897 (diff) | |
download | external_llvm-7f1444bc0aefdd924e9b231e20d4c0529311e141.tar.gz external_llvm-7f1444bc0aefdd924e9b231e20d4c0529311e141.tar.bz2 external_llvm-7f1444bc0aefdd924e9b231e20d4c0529311e141.zip |
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/ValueSymbolTable.h')
-rw-r--r-- | include/llvm/ValueSymbolTable.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/ValueSymbolTable.h b/include/llvm/ValueSymbolTable.h index d17cd7729c..b05e404a44 100644 --- a/include/llvm/ValueSymbolTable.h +++ b/include/llvm/ValueSymbolTable.h @@ -120,12 +120,6 @@ public: /// @} /// @name Mutators /// @{ -public: - - /// This method will strip the symbol table of its names. - /// @brief Strip the symbol table. - bool strip(); - private: /// This method adds the provided value \p N to the symbol table. The Value /// must have a name which is used to place the value in the symbol table. |