Avoid repeatedly reallocating the FoldingSetNodeID when searching
authorDan Gohman <gohman@apple.com>
Tue, 12 Aug 2008 17:40:22 +0000 (17:40 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 12 Aug 2008 17:40:22 +0000 (17:40 +0000)
commitee4bd9a5b4742730002d3efd2d1204d9348f27a3
tree6d2425703f8214b06c5347e995c70ba79e7ca7a3
parent78766ff67cb9222a2dd5e2cda2e1488b5288a79d
Avoid repeatedly reallocating the FoldingSetNodeID when searching
through multiple nodes in a bucket.

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