[PATCH] D88391: [M68k] (Patch 5/8) Target lowering
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 15 13:49:02 PST 2020
MaskRay added inline comments.
================
Comment at: llvm/lib/Target/M68k/M68kCollapseMOVEMPass.cpp:55
+
+ void SetBegin(MachineBasicBlock::iterator &MI) {
+ assert(Begin == nullptr);
----------------
drive-by: http://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly function names should use `camelCase`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88391/new/
https://reviews.llvm.org/D88391
More information about the llvm-commits
mailing list