Add TargetRegisterClass::getSuperRegIndices().
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 3 May 2012 22:49:00 +0000 (22:49 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 3 May 2012 22:49:00 +0000 (22:49 +0000)
commit1a2a19dd3ce2b163837b5f0a1ea474c72527cad6
treec990648cb2c4a048f0e99c9e71c1988705ce5fb2
parent6a0ed18532425d637ecc1cc851c559db446ec4e8
Add TargetRegisterClass::getSuperRegIndices().

This is a pointer into one of the tables used by
getMatchingSuperRegClass(). It makes it possible to use a shared
implementation of that function.

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