diff options
author | Kazu Hirata <kazu@google.com> | 2023-12-13 23:34:49 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2023-12-13 23:34:49 -0800 |
commit | ad8fd5b18545f90a2c3abcd056e9c566721d8711 (patch) | |
tree | 7ff9fe6aff4be717ebaedd0002f16a52314b922a /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | d5953e3e3092f7142a07aa012fc9665ede09e53b (diff) | |
download | llvm-ad8fd5b18545f90a2c3abcd056e9c566721d8711.zip llvm-ad8fd5b18545f90a2c3abcd056e9c566721d8711.tar.gz llvm-ad8fd5b18545f90a2c3abcd056e9c566721d8711.tar.bz2 |
[BOLT] Use StringRef::{starts,ends}_with (NFC)
This patch replaces uses of StringRef::{starts,ends}with with
StringRef::{starts,ends}_with for consistency with
std::{string,string_view}::{starts,ends}_with in C++20.
I'm planning to deprecate and eventually remove
StringRef::{starts,ends}with.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions