[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)
commitd2b664642ffbfe626218f66a6b688c3b9d9b5e64
tree971fe710b4e28abfb3951019a3fa4d96e6e0b44c
parentd4e723f2cf0b783b25c6e104e888d05b33e877bc
[RewriteStatepointsForGC] Cleanup - replace std::vector usage [NFC]

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

llvm-svn: 230079
llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp