Use const auto & instead of auto in makeStatepointExplicit.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D13454
[RS4GC] Don't copy ADT's unneccessarily, NFCI ClosedPublic Authored by sanjoy on Oct 5 2015, 5:18 PM.
Details Summary Use const auto & instead of auto in makeStatepointExplicit.
Diff Detail
Event Timelinesanjoy retitled this revision from [RewriteStatepointsForGC] Don't copy ADT's unneccessarily, NFCI to [RS4GC] Don't copy ADT's unneccessarily, NFCI.Oct 6 2015, 5:16 PM This revision is now accepted and ready to land.Oct 8 2015, 9:49 AM Closed by commit rL249776: [RS4GC] Don't copy ADT's unneccessarily, NFCI (authored by sanjoy). · Explain WhyOct 8 2015, 4:20 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 36901 llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
|