mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 15:46:05 +00:00

The surrounding code doesn't use them anymore. This removes the internal usages. This patch makes the Rows actual values. An alternative would be to make them unique_ptrs. That would make vector resizes faster at the cost of more pointer chasing and heap fragmentation. I don't know which one is better so I picked the simpler option.