llvm-svn: 217892
This commit is contained in:
Matt Arsenault 2014-09-16 18:00:23 +00:00
parent 438aba6fdd
commit 6652403c2d
1 changed files with 1 additions and 1 deletions

View File

@ -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))