[PATCH] D101010: [SystemZ] [z/OS] Add XPLINK64 Calling Convention to SystemZ

Kai Nacke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 22 11:59:15 PDT 2021


Kai added inline comments.


================
Comment at: llvm/lib/Target/SystemZ/SystemZCallingConv.h:187
+
+  // If GPR2 and GPR3 are available, then we may pass vararg in R2Q
+  if (AllocGPR2 && AllocGPR3) {
----------------
Add . (dot) at end of sentence.


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

https://reviews.llvm.org/D101010



More information about the llvm-commits mailing list