Remove superfluous break after a return. NFCI.

llvm-svn: 320941
This commit is contained in:
Simon Pilgrim 2017-12-17 11:01:33 +00:00
parent 5992535e1a
commit b1b30286bf
1 changed files with 0 additions and 1 deletions

View File

@ -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: