[PATCH] D79141: [RISCV] Better Split Stack Pointer Adjustment for RVC

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 19 01:03:27 PDT 2020


asb added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVFrameLowering.h:65
+   * The result will be `None` if the SP adjustment should not be split, or an
+   * optional containing the first SP adjustment amount if it should be split.
+   */
----------------
asb wrote:
> Nit: optional => Opetional
Oh dear, I managed to typo my suggested correction!

optional => Optional


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79141





More information about the llvm-commits mailing list