[llvm] bc81791 - Fix "this this" duplicate typo in comment. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 27 03:46:17 PDT 2023
Author: Simon Pilgrim
Date: 2023-06-27T11:46:02+01:00
New Revision: bc81791e0702dc12f78825da427a285ad566542d
URL: https://github.com/llvm/llvm-project/commit/bc81791e0702dc12f78825da427a285ad566542d
DIFF: https://github.com/llvm/llvm-project/commit/bc81791e0702dc12f78825da427a285ad566542d.diff
LOG: Fix "this this" duplicate typo in comment. NFC.
Added:
Modified:
llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
Removed:
################################################################################
diff --git a/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
index a640e6938fb05..5afd05648772e 100644
--- a/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
@@ -1249,7 +1249,7 @@ void SelectionDAGBuilder::visitGCRelocate(const GCRelocateInst &Relocate) {
// All the reloads are independent and are reading memory only modified by
// statepoints (i.e. no other aliasing stores); informing SelectionDAG of
- // this this let's CSE kick in for free and allows reordering of
+ // this lets CSE kick in for free and allows reordering of
// instructions if possible. The lowering for statepoint sets the root,
// so this is ordering all reloads with the either
// a) the statepoint node itself, or
More information about the llvm-commits
mailing list