From 1a763b03eb77a8d57452c503dc0a1b4fe6850f32 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Fri, 7 Mar 2014 18:54:08 +0000 Subject: [PATCH] Remove dead 'break' (dominated by 'return'). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203267 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 1 - 1 file changed, 1 deletion(-) 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. -- 2.34.1