Reduce hashtable probes by using DenseMap::insert() for lookup.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 17 May 2010 02:07:29 +0000 (02:07 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 17 May 2010 02:07:29 +0000 (02:07 +0000)
commit01dcbf850732790fe7d5b5ed23426d535b07f316
tree89c53ead6cd4f19e41b4b34e548427065102e4a3
parent6fb69d85e9576445e98c4114ee7064deb4476712
Reduce hashtable probes by using DenseMap::insert() for lookup.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103926 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAllocFast.cpp