diff options
author | Alex Bradbury <asb@lowrisc.org> | 2020-06-10 09:16:09 +0100 |
---|---|---|
committer | Alex Bradbury <asb@lowrisc.org> | 2020-06-10 09:16:09 +0100 |
commit | d9bc8bd54a703c2f79c429c2bbca89db4ae4f073 (patch) | |
tree | 0eca60e719d8088f8c466aa1551c114ffea8b23e /llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp | |
parent | 09d30cb977c09b08ec15189986220279f5ba09b3 (diff) | |
download | llvm-d9bc8bd54a703c2f79c429c2bbca89db4ae4f073.zip llvm-d9bc8bd54a703c2f79c429c2bbca89db4ae4f073.tar.gz llvm-d9bc8bd54a703c2f79c429c2bbca89db4ae4f073.tar.bz2 |
[RISCV] Make visibility of overridden methods in RISCVISelLowering match the parent
Currently, some fairly arbitrary subset of overriden methods in
RISCVISelLowering are private rather than public (which is the
visibility they have in TargetLowering). I suspect this is a holdover
from too closely copying another backend.
D78545 pointed out this can be difficult for some downstream patches,
and nobody has come forward to suggest a reason for keeping the
visibility as-is.
This commit simply makes all overridden methods match the public
visiblity of the parent.
Differential Revision: https://reviews.llvm.org/D79928
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp')
0 files changed, 0 insertions, 0 deletions