forked from OSchip/llvm-project
Remove dead 'break' (dominated by 'return').
llvm-svn: 203267
This commit is contained in:
parent
090a273b55
commit
d9e9c72732
|
@ -5651,7 +5651,6 @@ validateInstruction(MCInst &Inst,
|
|||
case ARM::sysSTMIB_UPD:
|
||||
return Error(Operands[2]->getStartLoc(),
|
||||
"system STM cannot have writeback register");
|
||||
break;
|
||||
case ARM::tMUL: {
|
||||
// The second source operand must be the same register as the destination
|
||||
// operand.
|
||||
|
|
Loading…
Reference in New Issue