mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-12 23:40:43 +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;
|
continue;
|
||||||
|
|
||||||
if (!canShrink(MI, TII, TRI, MRI)) {
|
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.
|
// it.
|
||||||
if (!MI.isCommutable() || !TII->commuteInstruction(&MI) ||
|
if (!MI.isCommutable() || !TII->commuteInstruction(&MI) ||
|
||||||
!canShrink(MI, TII, TRI, MRI))
|
!canShrink(MI, TII, TRI, MRI))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user