Implement the hashing scheme in an attempt to speed up the "slow" case in
authorChris Lattner <sabre@nondot.org>
Mon, 9 Feb 2004 18:32:40 +0000 (18:32 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 9 Feb 2004 18:32:40 +0000 (18:32 +0000)
commit0cdaf94a5eaafecb5facda8b81f0cf3f55126f17
tree2955f141537ab401b409c1751cb407f700b9b9ac
parent6c0969696aac8fd475c55b0a9ecda5ceffb7da13
Implement the hashing scheme in an attempt to speed up the "slow" case in
type resolution.  Unfortunately it doesn't help.

Also delete some dead debugging code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11237 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Type.cpp