SSARegMap -- the mapping between SSARegisters and their RegisterClasses, which
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 20 Nov 2002 00:53:10 +0000 (00:53 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 20 Nov 2002 00:53:10 +0000 (00:53 +0000)
commit1617e6c9974813030c8294243bf9e152f89ffd9b
tree0018482a2c7416de007767e01bfa4d753f7e3da1
parent602b9ff5956384908bd29621b881f52116cda706
SSARegMap -- the mapping between SSARegisters and their RegisterClasses, which
imply types of SSA Registers. This is on a per-function basis, so the
MachineFunction contains the SSARegMap, and has accessor functions to it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4774 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/SSARegMap.h [new file with mode: 0644]