[llvm] ce1a2cc - [NFC] Fix typo in DAGCombiner
Nicola Lancellotti via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 14 09:48:51 PDT 2022
Author: Nicola Lancellotti
Date: 2022-10-14T17:47:25+01:00
New Revision: ce1a2ccf94602d0424d472044ed23611e8397ef4
URL: https://github.com/llvm/llvm-project/commit/ce1a2ccf94602d0424d472044ed23611e8397ef4
DIFF: https://github.com/llvm/llvm-project/commit/ce1a2ccf94602d0424d472044ed23611e8397ef4.diff
LOG: [NFC] Fix typo in DAGCombiner
Added:
Modified:
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Removed:
################################################################################
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index 195238eda3b92..467459dbbaeee 100644
--- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -3103,7 +3103,7 @@ SDValue DAGCombiner::visitSADDO_CARRY(SDNode *N) {
* (addcarry X, 0, (addcarry A, B, Z):Carry)
*
* The end result is usually an increase in operation required, but because the
- * carry is now linearized, other tranforms can kick in and optimize the DAG.
+ * carry is now linearized, other transforms can kick in and optimize the DAG.
*
* Patterns typically look something like
* (uaddo A, B)
More information about the llvm-commits
mailing list