minor cleanups. Fix off-by-one in accounting the number of nodes when the
authorChris Lattner <sabre@nondot.org>
Wed, 31 Jan 2007 06:04:41 +0000 (06:04 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 31 Jan 2007 06:04:41 +0000 (06:04 +0000)
commitb85210f508556a81aecde07b87b2dfc6236de6e7
tree8c8ac02f5e410e64307ad370a086b780489476f4
parent033152455558d643f382b64e9d443ceb8d8702ff
minor cleanups.  Fix off-by-one in accounting the number of nodes when the
table grows.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33698 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/FoldingSet.cpp