Remove dead 'break' (dominated by 'return').

llvm-svn: 203267
This commit is contained in:
Ted Kremenek 2014-03-07 18:54:08 +00:00
parent 090a273b55
commit d9e9c72732
1 changed files with 0 additions and 1 deletions

View File

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