[RewriteStatepointsForGC] Use DenseSet in place of std::set [NFC]
authorPhilip Reames <listmail@philipreames.com>
Fri, 20 Feb 2015 23:16:52 +0000 (23:16 +0000)
committerPhilip Reames <listmail@philipreames.com>
Fri, 20 Feb 2015 23:16:52 +0000 (23:16 +0000)
commit72198c0162173b825e45569fbc063b95984573cd
tree9e96dec9f3ead39379ecf5819e0a827f9fa54ecb
parent7b9dbc91b9f1aaead7b6a326ec86c575abc163cc
[RewriteStatepointsForGC] Use DenseSet in place of std::set [NFC]

This should be the last cleanup on non-llvm preferred data structures.  I left one use of std::set in an assertion; DenseSet didn't seem to have a tombstone for CallSite defined.  That might be worth fixing, but wasn't worth it for a debug only use.

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