Skip to content

Commit d21e731

Browse files
committed
[RISCV] Fix typos in comment. NFC
1 parent 42b4092 commit d21e731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19631,7 +19631,7 @@ static SDValue unpackF64OnRV32DSoftABI(SelectionDAG &DAG, SDValue Chain,
1963119631
}
1963219632

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

0 commit comments

Comments
 (0)