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

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 14 22:49:13 PST 2021


myhsu added inline comments.


================
Comment at: llvm/lib/Target/M68k/M68kCallingConv.h:55
+
+  // FIXME: This is probably wrong
+  auto I = CCInfo.F.arg_begin();
----------------
jrtc27 wrote:
> jrtc27 wrote:
> > ... because?
> Deleting the comment doesn't fix the issue, unless the comment itself was wrong.
for this case, the original comment was summarized in the FIXME right before the function


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

https://reviews.llvm.org/D88391



More information about the llvm-commits mailing list