Make the dump() function const and reduce the number of hash lookups it performs.
authorCraig Topper <craig.topper@gmail.com>
Tue, 19 Feb 2013 03:14:22 +0000 (03:14 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 19 Feb 2013 03:14:22 +0000 (03:14 +0000)
commitcbc6d797054a2bf2a641031f270d38804a6f2295
treed7c89576f8c7eeb4b1a49c03287cc44d9f1deda4
parent252d798fc302ed78bc4b11e66a2382015a25c6e0
Make the dump() function const and reduce the number of hash lookups it performs.

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