Add code to resize the CSEMap hash table. This doesn't speedup codegen of
authorChris Lattner <sabre@nondot.org>
Mon, 14 Aug 2006 22:19:25 +0000 (22:19 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 14 Aug 2006 22:19:25 +0000 (22:19 +0000)
commit213a16c637926bfc38ba373d3aba6778e181e3ec
tree39713a4bf0f41e3a51063fa70f3aacaa8029abab
parentb5677f933f918acd8b8525635510d22dfb26285e
Add code to resize the CSEMap hash table.  This doesn't speedup codegen of
kimwitu, but seems like a good idea from a "avoid performance cliffs" standpoint :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29675 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGCSEMap.h
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGCSEMap.cpp