OSDN Git Service

Remove dead 'break' (dominated by 'return').
authorTed Kremenek <kremenek@apple.com>
Fri, 7 Mar 2014 18:54:08 +0000 (18:54 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 7 Mar 2014 18:54:08 +0000 (18:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203267 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/AsmParser/ARMAsmParser.cpp

index 4b41a0d..146ac2b 100644 (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.