mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.
llvm-svn: 108438
This commit is contained in:
parent
cc5ef967da
commit
869257315b
@ -59,7 +59,7 @@ namespace llvm {
|
||||
/// currently representing the group that the register belongs to.
|
||||
/// Register 0 is always represented by the 0 group, a group
|
||||
/// composed of registers that are not eligible for anti-aliasing.
|
||||
unsigned GroupNodeIndices[TargetRegisterInfo::FirstVirtualRegister];
|
||||
std::vector<unsigned> GroupNodeIndices;
|
||||
|
||||
/// RegRefs - Map registers to all their references within a live range.
|
||||
std::multimap<unsigned, RegisterReference> RegRefs;
|
||||
|
Loading…
Reference in New Issue
Block a user