]> granicus.if.org Git - llvm/commit
[RewriteStatepointsForGC] Replace std::map with DenseMap
authorPhilip Reames <listmail@philipreames.com>
Fri, 20 Feb 2015 22:48:20 +0000 (22:48 +0000)
committerPhilip Reames <listmail@philipreames.com>
Fri, 20 Feb 2015 22:48:20 +0000 (22:48 +0000)
commitca6245c5541321f08974b4908617e3e8aebbab1a
tree9e0512c7f860d0fa1b14085592ffa9173be9b8d1
parent5b477f0c08c01109dc0e67985ea38e263babf14e
[RewriteStatepointsForGC] Replace std::map with DenseMap

I'd done the work of extracting the typedef in a previous commit, but didn't actually change it.  Hopefully this will make any subtle changes easier to isolate.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230081 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp