mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 17:32:49 +00:00
Fix an inconsistency in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60500 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
62fb4f2e1c
commit
e96cc775e4
@ -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] = {};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user