[llvm] r229603 - R600/SI: Fix brace identation

Matt Arsenault Matthew.Arsenault at amd.com
Tue Feb 17 18:04:32 PST 2015


Author: arsenm
Date: Tue Feb 17 20:04:31 2015
New Revision: 229603

URL: http://llvm.org/viewvc/llvm-project?rev=229603&view=rev
Log:
R600/SI: Fix brace identation

Modified:
    llvm/trunk/lib/Target/R600/SIInstrInfo.cpp

Modified: llvm/trunk/lib/Target/R600/SIInstrInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/SIInstrInfo.cpp?rev=229603&r1=229602&r2=229603&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/SIInstrInfo.cpp (original)
+++ llvm/trunk/lib/Target/R600/SIInstrInfo.cpp Tue Feb 17 20:04:31 2015
@@ -750,7 +750,7 @@ MachineInstr *SIInstrInfo::commuteInstru
       (!isOperandLegal(MI, Src0Idx, &Src1) ||
        !isOperandLegal(MI, Src1Idx, &Src0))) {
     return nullptr;
-    }
+  }
 
   if (!Src1.isReg()) {
     // Allow commuting instructions with Imm operands.





More information about the llvm-commits mailing list