[llvm] [LLVM][TableGen] Move DecoderEmitter output to anonymous namespace (PR #136214)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 17 16:44:52 PDT 2025
================
@@ -128,44 +128,6 @@ class AMDGPUDisassembler : public MCDisassembler {
MCOperand errOperand(unsigned V, const Twine& ErrMsg) const;
- template <typename InsnType>
- DecodeStatus tryDecodeInst(const uint8_t *Table, MCInst &MI, InsnType Inst,
----------------
jurahul wrote:
Done.
https://github.com/llvm/llvm-project/pull/136214
More information about the llvm-commits
mailing list