[TableGen] Avoid vector copy in TreePatter::InlinePatternFragments. NFC
Instead of copying a vector and clearing the original, we can swap with an empty vector.
Loading
Please sign in to comment
Instead of copying a vector and clearing the original, we can swap with an empty vector.