Sort sub-registers and super-registers lists according to super-sub register relation...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 15 Apr 2008 07:56:03 +0000 (07:56 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 15 Apr 2008 07:56:03 +0000 (07:56 +0000)
commit8102703d708e5d399926c6ba71ffa49bbd31fc8a
tree1f7f2f4b004e9eb9518c37a9f35cf66ff64b99b3
parentc373221a0829310fabed389be209a5c03b9c84a6
Sort sub-registers and super-registers lists according to super-sub register relations. e.g. X86::RAX sub-register list is EAX, AX, AL, AH (order of last two are not guaranteed).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49714 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetRegisterInfo.h
utils/TableGen/RegisterInfoEmitter.cpp