[PATCH] D88391: [M68k] (Patch 5/8) Target lowering

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 7 07:27:22 PST 2021


jrtc27 added inline comments.


================
Comment at: llvm/lib/Target/M68k/M68kInstrInfo.h:34
+// Forward declaration
+const uint8_t *getMCInstrBeads(unsigned OpCode);
+
----------------
Traditionally written with a lowercase C (and that's what your TableGen backend does, too)


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

https://reviews.llvm.org/D88391



More information about the llvm-commits mailing list