mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
Test commit: fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235526 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -63,11 +63,11 @@ class RegisterClassInfo;
|
|||||||
/// Map registers to all their references within a live range.
|
/// Map registers to all their references within a live range.
|
||||||
std::multimap<unsigned, RegisterReference> RegRefs;
|
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.
|
/// or ~0u if the register is not live.
|
||||||
std::vector<unsigned> KillIndices;
|
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.
|
/// up), or ~0u if the register is live.
|
||||||
std::vector<unsigned> DefIndices;
|
std::vector<unsigned> DefIndices;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user