aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
diff options
context:
space:
mode:
authorJessica Paquette <jpaquette@apple.com>2023-02-03 16:08:50 -0800
committerJessica Paquette <jpaquette@apple.com>2023-02-03 16:41:02 -0800
commitec37ebf59be78665caa679d46607a2f054155c55 (patch)
tree9ca502312deb0fad3eaa119cadd31c2945f2a158 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
parenta772f0bb920a4957fb94dd8dbe45943809fd0ec3 (diff)
downloadllvm-ec37ebf59be78665caa679d46607a2f054155c55.zip
llvm-ec37ebf59be78665caa679d46607a2f054155c55.tar.gz
llvm-ec37ebf59be78665caa679d46607a2f054155c55.tar.bz2
[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.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions