Add an unreachable to silence warning - the switch is actually
authorEric Christopher <echristo@apple.com>
Fri, 29 Oct 2010 09:26:59 +0000 (09:26 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 29 Oct 2010 09:26:59 +0000 (09:26 +0000)
commitc223e2b10b4753a63dfe7e6980c650b179139983
tree85b868d624088524a077b40eacb9315cca1176bf
parent1a9eb2f1b38ca8e163f9b3458f8b58dff5fae5ac
Add an unreachable to silence warning - the switch is actually
fully enumerated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117647 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp