Use a reference into the BlockLiveness DenseMap to avoid repeated hash lookups in...
authorCraig Topper <craig.topper@gmail.com>
Tue, 19 Feb 2013 03:06:17 +0000 (03:06 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 19 Feb 2013 03:06:17 +0000 (03:06 +0000)
commit252d798fc302ed78bc4b11e66a2382015a25c6e0
treecde90ca51f656920e79fc5df84c0da5db0a2bdf0
parent2878b7d7ab8dc4bf424690b58088e0b7d3ada49f
Use a reference into the BlockLiveness DenseMap to avoid repeated hash lookups in collectMarkers.

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