Allow strict subclasses of register classes, this way we can handle
authorEric Christopher <echristo@apple.com>
Wed, 25 Aug 2010 04:58:56 +0000 (04:58 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 25 Aug 2010 04:58:56 +0000 (04:58 +0000)
commit53452606ca04929257b3bcbfa5e0d59a44925882
tree10b43efd73c8cd642a9b5758eb5e9451729c5416
parent7226a0eb5202b82dab263b0b601fc02e003c8f8f
Allow strict subclasses of register classes, this way we can handle
ARM instructions with:

foo GPR, rGPR

which happens a lot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112025 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/FastISelEmitter.cpp