[Utility] Avoid a few unnecessary copies (NFC)
Avoid unnecessary copies by either passing by const-reference or moving the argument. llvm-svn: 361544
Loading
Please sign in to comment
Avoid unnecessary copies by either passing by const-reference or moving the argument. llvm-svn: 361544