Initialize the symbol table to zero explicitly. This ensures that the
authorChris Lattner <sabre@nondot.org>
Wed, 4 Apr 2007 00:30:49 +0000 (00:30 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 4 Apr 2007 00:30:49 +0000 (00:30 +0000)
commitcb917f7abd1d929ea1e2558c6fd5860ed23339c2
tree5445d9268582e2ad5473c7d26c7522aebb7b96cc
parent794a014809d810b7ee9a96be76774185561f0dcc
Initialize the symbol table to zero explicitly.  This ensures that the
symbol table does no allocations for prototypes or other lazily deserialized
functions, saving significant space and time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35643 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ValueSymbolTable.h