From: Matt Arsenault Date: Tue, 16 Sep 2014 18:00:23 +0000 (+0000) Subject: Fix typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3959d4337dc4f44a6a99a39d15cdc00b625d034e;p=llvm Fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217892 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/SIShrinkInstructions.cpp b/lib/Target/R600/SIShrinkInstructions.cpp index c33514f719f..821c0543495 100644 --- a/lib/Target/R600/SIShrinkInstructions.cpp +++ b/lib/Target/R600/SIShrinkInstructions.cpp @@ -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))