fixed typo

llvm-svn: 212966
This commit is contained in:
Sanjay Patel 2014-07-14 18:21:07 +00:00
parent c582f0137e
commit b49bf168f2
1 changed files with 1 additions and 1 deletions

View File

@ -1373,7 +1373,7 @@ SUnit *ScheduleDAGRRList::PickNodeToScheduleBottomUp() {
Interferences.push_back(CurSU); Interferences.push_back(CurSU);
} }
else { else {
assert(CurSU->isPending && "Intereferences are pending"); assert(CurSU->isPending && "Interferences are pending");
// Update the interference with current live regs. // Update the interference with current live regs.
LRegsPair.first->second = LRegs; LRegsPair.first->second = LRegs;
} }