diff options
author | Simon Moll <simon.moll@emea.nec.com> | 2020-12-23 14:21:41 +0100 |
---|---|---|
committer | Simon Moll <simon.moll@emea.nec.com> | 2020-12-23 14:21:41 +0100 |
commit | acaa6e4260cb5b2aa88f465eafea320d5f3f249c (patch) | |
tree | 7059f25fcd8800065824e4f3ea5f032c2114c920 /lldb/source/Commands/CommandObjectCommands.cpp | |
parent | c3acda0798f9b10ac3187ad941bbd8af82fb84a1 (diff) | |
download | llvm-acaa6e4260cb5b2aa88f465eafea320d5f3f249c.zip llvm-acaa6e4260cb5b2aa88f465eafea320d5f3f249c.tar.gz llvm-acaa6e4260cb5b2aa88f465eafea320d5f3f249c.tar.bz2 |
[NFC] Uniquify 'const' in TargetTransformInfoImpl.h
Some member functions of class TargetTransformInfoImplBase in
TargetTransformInfoImpl.h are marked const while others are not. Yet all
of the should be marked const since they are just providing default TTI
values. This patch fixes the inconsistency.
Authored-by: Jinzheng Tu <b1f6c1c4@gmail.com>
Reviewed By: simoll
Differential revision: https://reviews.llvm.org/D93573
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions