mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
R600/SI: Fix brace identation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229603 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
09e5af7d61
commit
a0abb2055a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user