[MIR] Teach the mir printer how to print the register bank.
authorQuentin Colombet <qcolombet@apple.com>
Fri, 8 Apr 2016 16:26:22 +0000 (16:26 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Fri, 8 Apr 2016 16:26:22 +0000 (16:26 +0000)
commitfab1cfe6732d21f2e978c4573ddd37173238141f
treed279cc1301297fa1d1aeaa31a238cf5297f3bc13
parent436c90619c16bd8a7466b0105fa087c7147373c2
[MIR] Teach the mir printer how to print the register bank.

For now, we put the register bank in the Class field since a register
may only have one of those at a given time. The downside of that
representation is that if a register class and a register bank have the
same name, we will not be able to distinguish them.

llvm-svn: 265796
llvm/lib/CodeGen/MIRPrinter.cpp