diff options
author | Kazu Hirata <kazu@google.com> | 2025-04-16 08:37:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-16 08:37:56 -0700 |
commit | 81b4fc2bedc411c257fdf24540318e24fe669b8b (patch) | |
tree | b81022db08222910156ff2e63ac87b46dfa8e87a /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | aca710ac3655fcd3f057edc1382ceec7fc58ef19 (diff) | |
download | llvm-81b4fc2bedc411c257fdf24540318e24fe669b8b.zip llvm-81b4fc2bedc411c257fdf24540318e24fe669b8b.tar.gz llvm-81b4fc2bedc411c257fdf24540318e24fe669b8b.tar.bz2 |
[CodeGen] Construct SmallVector with ArrayRef (NFC) (#135930)
Note that we can drop the call to reserve because the constructor that
takes ArrayRef calls append, which in turn calls reserve.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions