mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-03 17:32:59 +00:00
Remove superfluous break after a return. NFCI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320941 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eb51e213d1
commit
4521272d73
@ -5197,7 +5197,6 @@ MachineInstr *X86InstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI,
|
|||||||
WorkingMI.setDesc(get(Opc));
|
WorkingMI.setDesc(get(Opc));
|
||||||
return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false,
|
return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false,
|
||||||
OpIdx1, OpIdx2);
|
OpIdx1, OpIdx2);
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
case X86::BLENDPDrri:
|
case X86::BLENDPDrri:
|
||||||
case X86::BLENDPSrri:
|
case X86::BLENDPSrri:
|
||||||
|
Loading…
Reference in New Issue
Block a user