From cf56e92c502c58a1c461c5ca31072afdd0f5cbfd Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Fri, 12 Aug 2016 23:58:19 +0000 Subject: [PATCH] Minor comment fix ("generate" --> "generates"). llvm-svn: 278578 --- llvm/lib/CodeGen/MachinePipeliner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/MachinePipeliner.cpp b/llvm/lib/CodeGen/MachinePipeliner.cpp index f4da5af..0add554 100644 --- a/llvm/lib/CodeGen/MachinePipeliner.cpp +++ b/llvm/lib/CodeGen/MachinePipeliner.cpp @@ -3070,7 +3070,7 @@ bool SwingSchedulerDAG::computeDelta(MachineInstr &MI, unsigned &Delta) { } /// Update the memory operand with a new offset when the pipeliner -/// generate a new copy of the instruction that refers to a +/// generates a new copy of the instruction that refers to a /// different memory location. void SwingSchedulerDAG::updateMemOperands(MachineInstr &NewMI, MachineInstr &OldMI, unsigned Num) { -- 2.7.4