ARM IAS: remove unnecessary special case
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 19 Jan 2014 08:25:19 +0000 (08:25 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 19 Jan 2014 08:25:19 +0000 (08:25 +0000)
commitbf329b3414bbc24efb6d44952a7cbf66c83bcca1
tree914e1dd2cce73278c05e0942a5a8dfbfa55583ad
parent2becaaf3a15a8815f93e65f768038427051ee004
ARM IAS: remove unnecessary special case

Tag_nodefaults is even and greater than 32 and thus does not need the special
check to fall into the correct category.

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