From: Ted Kremenek Date: Fri, 7 Mar 2014 18:54:08 +0000 (+0000) Subject: Remove dead 'break' (dominated by 'return'). X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1a763b03eb77a8d57452c503dc0a1b4fe6850f32;p=oota-llvm.git Remove dead 'break' (dominated by 'return'). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203267 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp index 4b41a0dd0bb..146ac2b1dff 100644 --- a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp +++ b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp @@ -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.