[RS4GC] Don't copy ADT's unneccessarily, NFCI
authorSanjoy Das <sanjoy@playingwithpointers.com>
Thu, 8 Oct 2015 23:18:22 +0000 (23:18 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Thu, 8 Oct 2015 23:18:22 +0000 (23:18 +0000)
commit33e26625967492a0c0a4d51a9913b4d45257d1b6
tree19d44bae1a5a429aa55bcc4f45a4fe2a364a6cb8
parent1ef3c282a257230e4168799dd3c676ee92e1b250
[RS4GC] Don't copy ADT's unneccessarily, NFCI

Summary: Use `const auto &` instead of `auto` in `makeStatepointExplicit`.

Reviewers: reames, swaroop.sridhar

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D13454

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