From: Justin Lebar Date: Fri, 12 Aug 2016 23:58:19 +0000 (+0000) Subject: Minor comment fix ("generate" --> "generates"). X-Git-Tag: llvmorg-4.0.0-rc1~12530 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf56e92c502c58a1c461c5ca31072afdd0f5cbfd;p=platform%2Fupstream%2Fllvm.git Minor comment fix ("generate" --> "generates"). llvm-svn: 278578 --- 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) {