mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
fix typo in comment; NFC
llvm-svn: 237962
This commit is contained in:
parent
e81cbbea60
commit
1518d12105
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user