mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-30 17:25:21 +00:00
Fix a ton of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129558 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -472,7 +472,7 @@ void ScheduleDAGTopologicalSort::InitDAGTopologicalSorting() {
|
||||
#endif
|
||||
}
|
||||
|
||||
/// AddPred - Updates the topological ordering to accomodate an edge
|
||||
/// AddPred - Updates the topological ordering to accommodate an edge
|
||||
/// to be added from SUnit X to SUnit Y.
|
||||
void ScheduleDAGTopologicalSort::AddPred(SUnit *Y, SUnit *X) {
|
||||
int UpperBound, LowerBound;
|
||||
@@ -490,7 +490,7 @@ void ScheduleDAGTopologicalSort::AddPred(SUnit *Y, SUnit *X) {
|
||||
}
|
||||
}
|
||||
|
||||
/// RemovePred - Updates the topological ordering to accomodate an
|
||||
/// RemovePred - Updates the topological ordering to accommodate an
|
||||
/// an edge to be removed from the specified node N from the predecessors
|
||||
/// of the current node M.
|
||||
void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) {
|
||||
|
Reference in New Issue
Block a user