mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217892 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
15b49e12ac
commit
3959d4337d
@ -195,7 +195,7 @@ bool SIShrinkInstructions::runOnMachineFunction(MachineFunction &MF) {
|
||||
continue;
|
||||
|
||||
if (!canShrink(MI, TII, TRI, MRI)) {
|
||||
// Try commtuing the instruction and see if that enables us to shrink
|
||||
// Try commuting the instruction and see if that enables us to shrink
|
||||
// it.
|
||||
if (!MI.isCommutable() || !TII->commuteInstruction(&MI) ||
|
||||
!canShrink(MI, TII, TRI, MRI))
|
||||
|
Loading…
x
Reference in New Issue
Block a user