Kazu Hirata fe01594a65
[TableGen] Use std::move properly (NFC) (#166104)
This patch removes const to allow std::move a couple of lines below to
perform a move operation as intended.

Identified with performance-move-const.
2025-11-02 22:42:32 -08:00
..