this assert should just be a condition, since this function is just asking if
authorJim Grosbach <grosbach@apple.com>
Tue, 31 Aug 2010 18:49:31 +0000 (18:49 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 31 Aug 2010 18:49:31 +0000 (18:49 +0000)
commitd4511e947ee1e89a4f199bfac0d401976930ccfe
treee960bf9fce98fcfacced2cc039da77050248f90f
parentb95df124b26deae9221c05ea994464e4b5bc7f29
this assert should just be a condition, since this function is just asking if
the offset is legally encodable, not actually trying to do the encoding.

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