Fix an inconsistency in a comment.

llvm-svn: 60500
This commit is contained in:
Dan Gohman 2008-12-03 19:38:38 +00:00
parent 1339e72d97
commit 0c91a5f56c
1 changed files with 3 additions and 4 deletions

View File

@ -223,10 +223,9 @@ bool SchedulePostRATDList::BreakAntiDependencies() {
}
// For live regs that are only used in one register class in a live range,
// the register class. If the register is not live or is referenced in
// multiple register classes, the corresponding value is null. If the
// register is used in multiple register classes, the corresponding value
// is -1 casted to a pointer.
// the register class. If the register is not live, the corresponding value
// is null. If the register is live but used in multiple register classes,
// the corresponding value is -1 casted to a pointer.
const TargetRegisterClass *
Classes[TargetRegisterInfo::FirstVirtualRegister] = {};