From: Matt Arsenault Date: Wed, 18 Feb 2015 02:04:31 +0000 (+0000) Subject: R600/SI: Fix brace identation X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a0abb2055a867b1964142a7225cc3b623972d056;p=oota-llvm.git R600/SI: Fix brace identation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229603 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/SIInstrInfo.cpp b/lib/Target/R600/SIInstrInfo.cpp index 8b65d5ca6a9..806d422ac56 100644 --- a/lib/Target/R600/SIInstrInfo.cpp +++ b/lib/Target/R600/SIInstrInfo.cpp @@ -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.