fix typo in comment; NFC

llvm-svn: 237962
This commit is contained in:
Sanjay Patel 2015-05-21 21:29:13 +00:00
parent c780e8ebcc
commit f911484051
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ bool MachineCombiner::combineInstructions(MachineBasicBlock *MBB) {
continue;
// Substitute when we optimize for codesize and the new sequence has
// fewer instructions OR
// the new sequence neither lenghten the critical path nor increases
// the new sequence neither lengthens the critical path nor increases
// resource pressure.
if (doSubstitute(InsInstrs.size(), DelInstrs.size()) ||
(preservesCriticalPathLen(MBB, &MI, BlockTrace, InsInstrs,