[RewriteStatepointsForGC] Cleanup - replace std::vector usage [NFC]
authorPhilip Reames <listmail@philipreames.com>
Fri, 20 Feb 2015 22:39:41 +0000 (22:39 +0000)
committerPhilip Reames <listmail@philipreames.com>
Fri, 20 Feb 2015 22:39:41 +0000 (22:39 +0000)
commit5b477f0c08c01109dc0e67985ea38e263babf14e
tree4105bb7b35886f36943947cab6aa31aecc78592e
parentf50c34aa13063f7dd7c1393c830c55016d6d056a
[RewriteStatepointsForGC] Cleanup - replace std::vector usage [NFC]

Migrate std::vector usage to a combination of SmallVector and ArrayRef.

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