mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Test commit: fix typo in comment.
llvm-svn: 235526
This commit is contained in:
parent
837d0c350b
commit
36429c22a3
@ -63,11 +63,11 @@ class RegisterClassInfo;
|
||||
/// Map registers to all their references within a live range.
|
||||
std::multimap<unsigned, RegisterReference> RegRefs;
|
||||
|
||||
/// The index of the most recent kill (proceding bottom-up),
|
||||
/// The index of the most recent kill (proceeding bottom-up),
|
||||
/// or ~0u if the register is not live.
|
||||
std::vector<unsigned> KillIndices;
|
||||
|
||||
/// The index of the most recent complete def (proceding bottom
|
||||
/// The index of the most recent complete def (proceeding bottom
|
||||
/// up), or ~0u if the register is live.
|
||||
std::vector<unsigned> DefIndices;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user