mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 07:37:34 +00:00
fix typo in comment; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237962 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b6976af3cd
commit
a33f5160eb
@ -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…
x
Reference in New Issue
Block a user