diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2015-04-14 18:53:14 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2015-04-14 18:53:14 +0000 |
commit | 1bd5d7e623d98ac27ff5be5851d11bd70614fce2 (patch) | |
tree | 543f5e1eb16ee7236674a8185224b2041fcdeb1e /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | c0c46646182b7987c90fe2319ddec126846ae21f (diff) | |
download | llvm-1bd5d7e623d98ac27ff5be5851d11bd70614fce2.zip llvm-1bd5d7e623d98ac27ff5be5851d11bd70614fce2.tar.gz llvm-1bd5d7e623d98ac27ff5be5851d11bd70614fce2.tar.bz2 |
[ELF] Write whole std::vector using a single `memcpy` call
We do not need to iterate over `_buckets` and `_chains` vectors and
write all elements one by one.
No functional changes.
llvm-svn: 234927
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions