From 111fcb0df02db3db8bed1d5db6d911b7ce544d92 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Fri, 1 Sep 2023 18:25:16 -0700 Subject: [llvm] Fix duplicate word typos. NFC Those fixes were taken from https://reviews.llvm.org/D137338 --- llvm/lib/CodeGen/MachinePipeliner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/MachinePipeliner.cpp') diff --git a/llvm/lib/CodeGen/MachinePipeliner.cpp b/llvm/lib/CodeGen/MachinePipeliner.cpp index adcbf65..788ff5b 100644 --- a/llvm/lib/CodeGen/MachinePipeliner.cpp +++ b/llvm/lib/CodeGen/MachinePipeliner.cpp @@ -2635,7 +2635,7 @@ bool SMSchedule::isLoopCarried(SwingSchedulerDAG *SSD, MachineInstr &Phi) { /// v1 = phi(v2, v3) /// (Def) v3 = op v1 /// (MO) = v1 -/// If MO appears before Def, then then v1 and v3 may get assigned to the same +/// If MO appears before Def, then v1 and v3 may get assigned to the same /// register. bool SMSchedule::isLoopCarriedDefOfUse(SwingSchedulerDAG *SSD, MachineInstr *Def, MachineOperand &MO) { -- cgit v1.1