[RISCV] Fix a typo in RISCVISelLowering.cpp
authorBen Shi <powerman1st@163.com>
Sun, 7 Jun 2020 01:40:59 +0000 (18:40 -0700)
committerFangrui Song <i@maskray.me>
Sun, 7 Jun 2020 01:41:00 +0000 (18:41 -0700)
commit4b6f0ea66cb12798bb7de035ac9b676f61534649
tree5b8e03ce99a601bb24a433d6cc2aa38eea64d5c3
parent972a73a3478617e00792ca7bf39a3a35a684162c
[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
llvm/lib/Target/RISCV/RISCVISelLowering.cpp