[TableGen] Do not speculatively grow RegUnitSets. NFC.
This seems to be a trick to avoid copying a RegUnitSet, but it can be done more simply using std::move.
parent
11fcae69
Please register or sign in to comment
This seems to be a trick to avoid copying a RegUnitSet, but it can be done more simply using std::move.