Skip to content

Commit

Permalink
[RISCV] Fix typos in comment. NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
topperc committed Sep 4, 2024
1 parent 42b4092 commit d21e731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19631,7 +19631,7 @@ static SDValue unpackF64OnRV32DSoftABI(SelectionDAG &DAG, SDValue Chain,
}

// FastCC has less than 1% performance improvement for some particular
// benchmark. But theoretically, it may has benenfit for some cases.
// benchmark. But theoretically, it may have benefit for some cases.
bool RISCV::CC_RISCV_FastCC(const DataLayout &DL, RISCVABI::ABI ABI,
unsigned ValNo, MVT ValVT, MVT LocVT,
CCValAssign::LocInfo LocInfo,
Expand Down

0 comments on commit d21e731

Please sign in to comment.