summaryrefslogtreecommitdiff
path: root/lib
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
commit1a763b03eb77a8d57452c503dc0a1b4fe6850f32 (patch)
tree58497118b61f355cfa3ba5117eaab868f9627341 /lib
parentaf0c5ed7e5b6e699bff8a4629d2aba5f34e5f708 (diff)
downloadllvm-1a763b03eb77a8d57452c503dc0a1b4fe6850f32.tar.gz
llvm-1a763b03eb77a8d57452c503dc0a1b4fe6850f32.tar.bz2
llvm-1a763b03eb77a8d57452c503dc0a1b4fe6850f32.tar.xz
Remove dead 'break' (dominated by 'return').
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203267 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/AsmParser/ARMAsmParser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
index 4b41a0dd0b..146ac2b1df 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.