diff options
author | vporpo <vporpodas@google.com> | 2024-12-13 10:19:17 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-13 10:19:17 -0800 |
commit | 27d09e683f59707e82be0500930fbab1c82a29b4 (patch) | |
tree | d044eef07af74726d51203c1c4e8602c5cc0f0cf /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp | |
parent | da439d3af47b6004cfed1482b84713fad4b43206 (diff) | |
download | llvm-27d09e683f59707e82be0500930fbab1c82a29b4.zip llvm-27d09e683f59707e82be0500930fbab1c82a29b4.tar.gz llvm-27d09e683f59707e82be0500930fbab1c82a29b4.tar.bz2 |
[SandboxIR] Make some instruction constructors private (#119901)
This patch changes the visibility of the constructors of CatchSwitchInst
ResumeInst and SwitchInst to private instead of public. This is similar
to all other Sandbox IR instructions. The constructor is private to
force the user go through the Context create* API.
The issue was exposed by:
https://github.com/llvm/llvm-project/pull/119824
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions