[llvm] 3106f85 - [RISCV] Fix grammar in a comment. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 28 09:10:53 PDT 2021
Author: Craig Topper
Date: 2021-07-28T09:09:26-07:00
New Revision: 3106f85945468970b81d86c296d37b485415a398
URL: https://github.com/llvm/llvm-project/commit/3106f85945468970b81d86c296d37b485415a398
DIFF: https://github.com/llvm/llvm-project/commit/3106f85945468970b81d86c296d37b485415a398.diff
LOG: [RISCV] Fix grammar in a comment. NFC
Added:
Modified:
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Target/RISCV/RISCVISelLowering.cpp b/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
index 294532011650..fcffee42b447 100644
--- a/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+++ b/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
@@ -5814,7 +5814,7 @@ static SDValue performANY_EXTENDCombine(SDNode *N,
break;
}
- // Only handle cases where the result is used by a CopyToReg that likely
+ // Only handle cases where the result is used by a CopyToReg. That likely
// means the value is a liveout of the basic block. This helps prevent
// infinite combine loops like PR51206.
if (none_of(N->uses(),
More information about the llvm-commits
mailing list