[RewriteStatepointsForGC] Use a SetVector for a worklist [NFC]
authorPhilip Reames <listmail@philipreames.com>
Fri, 10 Apr 2015 23:11:26 +0000 (23:11 +0000)
committerPhilip Reames <listmail@philipreames.com>
Fri, 10 Apr 2015 23:11:26 +0000 (23:11 +0000)
commit4cc199a0de8a88f7b4f3390d72c9aefae7330603
tree223626a36297f4e2c4a1cd74bc565888e9f1006e
parentf5e4c28c3f1b0b997c14825bb46cd25a319f4479
[RewriteStatepointsForGC] Use a SetVector for a worklist [NFC]

Using a SetVector to replace equivelent but more verbose functionality.

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