Test commit: fix typo in comment.

llvm-svn: 235526
This commit is contained in:
Luqman Aden 2015-04-22 17:42:37 +00:00
parent 9ee04e401a
commit c76f470c2d
1 changed files with 2 additions and 2 deletions

View File

@ -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;