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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203267 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek 2014-03-07 18:54:08 +00:00
parent af0c5ed7e5
commit 1a763b03eb

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.