diff options
| author | Justin Lebar <jlebar@google.com> | 2016-08-12 23:58:19 +0000 |
|---|---|---|
| committer | Justin Lebar <jlebar@google.com> | 2016-08-12 23:58:19 +0000 |
| commit | cf56e92c502c58a1c461c5ca31072afdd0f5cbfd (patch) | |
| tree | 94d2ed7d1f0414e0fe84b14231afb0fff3c8ddce /llvm/lib | |
| parent | 2d87ccfd588aca0ddab4b12d2d8b0d15508a2f63 (diff) | |
| download | bcm5719-llvm-cf56e92c502c58a1c461c5ca31072afdd0f5cbfd.tar.gz bcm5719-llvm-cf56e92c502c58a1c461c5ca31072afdd0f5cbfd.zip | |
Minor comment fix ("generate" --> "generates").
llvm-svn: 278578
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/MachinePipeliner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachinePipeliner.cpp b/llvm/lib/CodeGen/MachinePipeliner.cpp index f4da5af0688..0add5540097 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) { |

