R600/SI: Fix brace identation
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 18 Feb 2015 02:04:31 +0000 (02:04 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 18 Feb 2015 02:04:31 +0000 (02:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229603 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/SIInstrInfo.cpp

index 8b65d5ca6a9e7f19817972c2dd8c142935ede689..806d422ac56a716c2e2607f553c52bc8535b09f9 100644 (file)
@@ -750,7 +750,7 @@ MachineInstr *SIInstrInfo::commuteInstruction(MachineInstr *MI,
       (!isOperandLegal(MI, Src0Idx, &Src1) ||
        !isOperandLegal(MI, Src1Idx, &Src0))) {
     return nullptr;
-    }
+  }
 
   if (!Src1.isReg()) {
     // Allow commuting instructions with Imm operands.