From ce1a2ccf94602d0424d472044ed23611e8397ef4 Mon Sep 17 00:00:00 2001 From: Nicola Lancellotti Date: Fri, 14 Oct 2022 17:29:49 +0100 Subject: [PATCH] [NFC] Fix typo in DAGCombiner --- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 195238e..467459d 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) -- 2.7.4