mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
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:
parent
af0c5ed7e5
commit
1a763b03eb
@ -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…
x
Reference in New Issue
Block a user