forked from OSchip/llvm-project
Remove superfluous break after a return. NFCI.
llvm-svn: 320941
This commit is contained in:
parent
5992535e1a
commit
b1b30286bf
|
@ -5197,7 +5197,6 @@ MachineInstr *X86InstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI,
|
|||
WorkingMI.setDesc(get(Opc));
|
||||
return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false,
|
||||
OpIdx1, OpIdx2);
|
||||
break;
|
||||
}
|
||||
case X86::BLENDPDrri:
|
||||
case X86::BLENDPSrri:
|
||||
|
|
Loading…
Reference in New Issue