Rewrite chained if's as switches and replace assertions with llvm_unreachable
authorBob Wilson <bob.wilson@apple.com>
Fri, 18 Jun 2010 21:32:42 +0000 (21:32 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 18 Jun 2010 21:32:42 +0000 (21:32 +0000)
commitebe99b2c198ec08c5e4a032ec0afb0345c747706
tree862514222312a33fb1c55b49708f4a6b68015ac8
parent51bd47edbc6112212291f4e82502c8b33ff799f1
Rewrite chained if's as switches and replace assertions with llvm_unreachable
(as suggested in radar 8104405).

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