diff options
author | mahesh-attarde <145317060+mahesh-attarde@users.noreply.github.com> | 2024-02-26 22:39:09 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-27 14:39:09 +0800 |
commit | ed1aabef1da1b074b71ad523978ea836d6e7d2e7 (patch) | |
tree | a0d14b0698b5b0f3bfea5fbb43e86d4a453fea3a /llvm/lib/ProfileData/Coverage/CoverageMapping.cpp | |
parent | 0ed61db6fdf683f8def06e6a6d206d02b821cd81 (diff) | |
download | llvm-ed1aabef1da1b074b71ad523978ea836d6e7d2e7.zip llvm-ed1aabef1da1b074b71ad523978ea836d6e7d2e7.tar.gz llvm-ed1aabef1da1b074b71ad523978ea836d6e7d2e7.tar.bz2 |
remove expensive copy of options passed (#82577)
Codegen option is passed copy by value which 138 bytes of copy and used
as read-only. Making pass by const reference.
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMapping.cpp')
0 files changed, 0 insertions, 0 deletions