]> granicus.if.org Git - llvm/commitdiff
Fix typo
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 16 Sep 2014 18:00:23 +0000 (18:00 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 16 Sep 2014 18:00:23 +0000 (18:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217892 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/SIShrinkInstructions.cpp

index c33514f719fec3851e07ff9f5256b7f44ede5005..821c0543495f5576f52c27ec51796eaa807c3591 100644 (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))