Sort the register list based on the *actual* register numbers rather than the
authorBill Wendling <isanbard@gmail.com>
Wed, 12 Jan 2011 21:20:59 +0000 (21:20 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 12 Jan 2011 21:20:59 +0000 (21:20 +0000)
commit7caebff83d90a59aa74876ff887e822387f479e0
tree43dd694d3c814bb19a52e6f1bd396d8a0981db91
parent85bbd576ea3078a7cd9d8a17228f4c2dce35be2c
Sort the register list based on the *actual* register numbers rather than the
enum values we give to them. <rdar://problem/8823730>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123321 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
test/MC/ARM/reg-list.s [new file with mode: 0644]