[TableGen] Add some std::move to the PatternToMatch constructor.
The are two vectors passed by value to the constructor. We should be able to move them into the object. llvm-svn: 337114
Loading
Please sign in to comment
The are two vectors passed by value to the constructor. We should be able to move them into the object. llvm-svn: 337114