MC: address some comments in deprecation checks
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 24 Dec 2014 18:40:42 +0000 (18:40 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 24 Dec 2014 18:40:42 +0000 (18:40 +0000)
commit0f1bf97d043430c38b51d9ee5b989b83c8a79074
treeb6a44b6884c44a9d2327864c32583a0aff44603b
parente54eacce75b781e344cdf1c844c2b7deb0b565d4
MC: address some comments in deprecation checks

Bob Wilson pointed out the unnecessary checks that had been committed to the
instruction check predicates.  The check was meant to ensure that the check was
not accidentally applied to non-ARM instructions.  This is better served as an
assertion rather than a condition check.

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