[llvm] r278578 - Minor comment fix ("generate" --> "generates").

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 12 16:58:19 PDT 2016


Author: jlebar
Date: Fri Aug 12 18:58:19 2016
New Revision: 278578

URL: http://llvm.org/viewvc/llvm-project?rev=278578&view=rev
Log:
Minor comment fix ("generate" --> "generates").

Modified:
    llvm/trunk/lib/CodeGen/MachinePipeliner.cpp

Modified: llvm/trunk/lib/CodeGen/MachinePipeliner.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/MachinePipeliner.cpp?rev=278578&r1=278577&r2=278578&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/MachinePipeliner.cpp (original)
+++ llvm/trunk/lib/CodeGen/MachinePipeliner.cpp Fri Aug 12 18:58:19 2016
@@ -3070,7 +3070,7 @@ bool SwingSchedulerDAG::computeDelta(Mac
 }
 
 /// 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) {




More information about the llvm-commits mailing list