Update obsolete comments
authorChris Lattner <sabre@nondot.org>
Sat, 10 Jan 2004 21:36:49 +0000 (21:36 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 10 Jan 2004 21:36:49 +0000 (21:36 +0000)
commit2cacc0a30630e58379f3c57ccb7b161cebb550ca
treecf31fe456fb7c55566d5ee56020f75e339f29053
parent737d3cd719969bda7aa94d102465b71d5ea47ad9
Update obsolete comments
Fix iterator invalidation problems which was causing -mstrip to miss some
entries, and read free'd memory.  This shrinks the symbol table of 254.gap
from 333 to 284 bytes!  :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10751 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SymbolStripping.cpp