[all-commits] [llvm/llvm-project] 4b6f0e: [RISCV] Fix a typo in RISCVISelLowering.cpp

Ben Shi via All-commits all-commits at lists.llvm.org
Sat Jun 6 18:41:42 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b6f0ea66cb12798bb7de035ac9b676f61534649
      https://github.com/llvm/llvm-project/commit/4b6f0ea66cb12798bb7de035ac9b676f61534649
  Author: Ben Shi <powerman1st at 163.com>
  Date:   2020-06-06 (Sat, 06 Jun 2020)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp

  Log Message:
  -----------
  [RISCV] Fix a typo in RISCVISelLowering.cpp

The 9th parameter of "static bool CC_RISCV(...)" is isFixed, not isRet.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D81333




More information about the All-commits mailing list