OSDN Git Service

[ProfileData] Pass Twine by const reference instead of by value.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 6 Jan 2021 14:04:37 +0000 (14:04 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 6 Jan 2021 14:22:03 +0000 (14:22 +0000)
commit396dd6cd3d8bdcda9dcb606ad4c054560bf0649f
tree65e4301a3996224a0cb75debfb31ae718676b9fc
parent29d375f5ff27dc49c2c88c2ec1093cfcd826d449
[ProfileData] Pass Twine by const reference instead of by value.

Its only used by DiagnosticInfoSampleProfile which takes a const reference anyhow.
llvm/include/llvm/ProfileData/SampleProfReader.h