Files
clang-p2996/llvm/lib/Support/SuffixTree.cpp
Jessica Paquette ec37ebf59b [NFC] Use SmallVector/ArrayRef in MachineOutliner/SuffixTree for small types
The MachineOutliner + SuffixTree both used `std::vector` everywhere because I
didn't know any better at the time.

At least for small types, such as `unsigned` and iterators, I can't see any
particular reason to use std::vector over `SmallVector` here.
2023-02-03 16:41:02 -08:00

7.2 KiB