Revert "Emit the SubRegTable with the smallest possible integer type."
authorJim Grosbach <grosbach@apple.com>
Thu, 1 Mar 2012 17:30:35 +0000 (17:30 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 1 Mar 2012 17:30:35 +0000 (17:30 +0000)
commit194f3fa9eadc7dfe9f1750c16e1c2a8ebe11c88c
tree7cae3c194a7719ef4767351b64027420a0ac03a6
parent1e33b461b4f6700721e14376c372edd132d29b11
Revert "Emit the SubRegTable with the smallest possible integer type."

This reverts commit 151760.

We want to move getSubReg() from TargetRegisterInfo into MCRegisterInfo,
but to do that, the type of the lookup table needs to be the same for
all targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151814 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/CodeGenTarget.h
utils/TableGen/RegisterInfoEmitter.cpp