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:
Simon Pilgrim 2017-12-17 11:01:33 +00:00
parent eb51e213d1
commit 4521272d73

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: