mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-31 10:34:17 +00:00
fixed typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212966 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
547d3e94fa
commit
9cfe4c2dd3
@ -1373,7 +1373,7 @@ SUnit *ScheduleDAGRRList::PickNodeToScheduleBottomUp() {
|
||||
Interferences.push_back(CurSU);
|
||||
}
|
||||
else {
|
||||
assert(CurSU->isPending && "Intereferences are pending");
|
||||
assert(CurSU->isPending && "Interferences are pending");
|
||||
// Update the interference with current live regs.
|
||||
LRegsPair.first->second = LRegs;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user