Move getCommonSubClass() into TRI.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 30 Sep 2011 22:18:51 +0000 (22:18 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 30 Sep 2011 22:18:51 +0000 (22:18 +0000)
commite27e1ca3c90b69e78242c98a669337f84ccded7f
tree46c5577b0314d95b12d2d0a32ad58725458f6403
parentf9a4bb78dadc12c7c1e604c6f17b63a71305c2ca
Move getCommonSubClass() into TRI.

It will soon need the context.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140896 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveStackAnalysis.h
include/llvm/CodeGen/MachineRegisterInfo.h
include/llvm/Target/TargetRegisterInfo.h
lib/CodeGen/LiveStackAnalysis.cpp
lib/CodeGen/MachineRegisterInfo.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
lib/Target/TargetRegisterInfo.cpp