This is an archive of the discontinued LLVM Phabricator instance.

Fix a typo in RISCVISelLowering.cpp
ClosedPublic

Authored by benshi001 on Jun 6 2020, 6:23 AM.

Details

Summary

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

Diff Detail

Event Timeline

benshi001 created this revision.Jun 6 2020, 6:23 AM
MaskRay accepted this revision.Jun 6 2020, 8:57 AM

Looks great!

This revision is now accepted and ready to land.Jun 6 2020, 8:57 AM
This revision was automatically updated to reflect the committed changes.