Minor comment fix ("generate" --> "generates").

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278578 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Justin Lebar 2016-08-12 23:58:19 +00:00
parent be1a4e1ef5
commit 18c3af1122

View 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) {