Minor comment fix ("generate" --> "generates").
authorJustin Lebar <jlebar@google.com>
Fri, 12 Aug 2016 23:58:19 +0000 (23:58 +0000)
committerJustin Lebar <jlebar@google.com>
Fri, 12 Aug 2016 23:58:19 +0000 (23:58 +0000)
llvm-svn: 278578

llvm/lib/CodeGen/MachinePipeliner.cpp

index f4da5af..0add554 100644 (file)
@@ -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) {