summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2014-03-07 18:54:08 +0000
committerTed Kremenek <kremenek@apple.com>2014-03-07 18:54:08 +0000
commitd9e9c72732c04f93f37c91bed6d50fecef2a19ee (patch)
tree0e9baeeab6c09f6ef18e234158c5691414e6413c /llvm/lib/Target/ARM
parent090a273b55fc25d99422c68e9a32bacd02cc5f92 (diff)
downloadbcm5719-llvm-d9e9c72732c04f93f37c91bed6d50fecef2a19ee.tar.gz
bcm5719-llvm-d9e9c72732c04f93f37c91bed6d50fecef2a19ee.zip
Remove dead 'break' (dominated by 'return').
llvm-svn: 203267
Diffstat (limited to 'llvm/lib/Target/ARM')
-rw-r--r--llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
index 4b41a0dd0bb..146ac2b1dff 100644
--- a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud