[PATCH] D124987: Rename `MCFixedLenDisassembler.h` as `MCDecoderOps.h`
Min-Yih Hsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 5 11:20:34 PDT 2022
myhsu accepted this revision.
myhsu added a comment.
This revision is now accepted and ready to land.
LGTM. Please fix the include guard though
================
Comment at: llvm/include/llvm/MC/MCDecoderOps.h:10
//===----------------------------------------------------------------------===//
-#ifndef LLVM_MC_MCFIXEDLENDISASSEMBLER_H
-#define LLVM_MC_MCFIXEDLENDISASSEMBLER_H
+#ifndef LLVM_MC_DECODEROPS_H
+#define LLVM_MC_DECODEROPS_H
----------------
ditto the next line
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124987/new/
https://reviews.llvm.org/D124987
More information about the llvm-commits
mailing list