The 9th parameter of "static bool CC_RISCV(...)" is isFixed, not isRet.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D81333
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 TimelineHerald added subscribers: llvm-commits, evandro, luismarques and 26 others. · View Herald TranscriptJun 6 2020, 6:23 AM This revision is now accepted and ready to land.Jun 6 2020, 8:57 AM Closed by commit rG4b6f0ea66cb1: [RISCV] Fix a typo in RISCVISelLowering.cpp (authored by benshi001, committed by MaskRay). · Explain WhyJun 6 2020, 7:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 269036 llvm/lib/Target/RISCV/RISCVISelLowering.cpp
|