llvm-svn: 125232
This commit is contained in:
Mikhail Glushenkov 2011-02-09 22:55:48 +00:00
parent b1b76adbd9
commit 52847a9bb9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class TargetRegisterInfo;
/// pointer. /// pointer.
std::vector<const TargetRegisterClass*> Classes; std::vector<const TargetRegisterClass*> Classes;
/// RegRegs - Map registers to all their references within a live range. /// RegRefs - Map registers to all their references within a live range.
std::multimap<unsigned, MachineOperand *> RegRefs; std::multimap<unsigned, MachineOperand *> RegRefs;
typedef std::multimap<unsigned, MachineOperand *>::const_iterator typedef std::multimap<unsigned, MachineOperand *>::const_iterator
RegRefIter; RegRefIter;