diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2023-06-27 11:46:02 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2023-06-27 11:46:02 +0100 |
commit | bc81791e0702dc12f78825da427a285ad566542d (patch) | |
tree | e98327b8ad4e500ce2d09c12ade5b70003b9de3d /llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp | |
parent | 64d01432d2cef6293d7624a6e0df71f83d566de8 (diff) | |
download | llvm-bc81791e0702dc12f78825da427a285ad566542d.zip llvm-bc81791e0702dc12f78825da427a285ad566542d.tar.gz llvm-bc81791e0702dc12f78825da427a285ad566542d.tar.bz2 |
Fix "this this" duplicate typo in comment. NFC.
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp index a640e69..5afd056 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 |