[PATCH] D98533: [M68k] Forward declare getMCInstrBeads in one place

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 15 14:53:14 PDT 2021


myhsu added inline comments.


================
Comment at: llvm/lib/Target/M68k/MCTargetDesc/M68kMCCodeEmitter.cpp:31
 
-namespace llvm {
-namespace M68k {
-// Forward declarations
-const uint8_t *getMCInstrBeads(unsigned);
-} // end namespace M68k
-} // end namespace llvm
+#include "M68kGenMCCodeBeads.inc"
 
----------------
RKSimon wrote:
> Probably best to move this back to where it was?
+1


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98533/new/

https://reviews.llvm.org/D98533



More information about the llvm-commits mailing list