aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-04-16 08:37:56 -0700
committerGitHub <noreply@github.com>2025-04-16 08:37:56 -0700
commit81b4fc2bedc411c257fdf24540318e24fe669b8b (patch)
treeb81022db08222910156ff2e63ac87b46dfa8e87a /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parentaca710ac3655fcd3f057edc1382ceec7fc58ef19 (diff)
downloadllvm-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