diff options
-rw-r--r-- | lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp index 5d6b1a2..48bc3cd 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp @@ -1386,7 +1386,7 @@ void BURegReductionPriorityQueue<SF>::AddPseudoTwoAddrDeps() { if (!SuccSU->Node || !SuccSU->Node->isTargetOpcode()) continue; // Don't constrain nodes with physical register defs if the - // predecessor can cloober them. + // predecessor can clobber them. if (SuccSU->hasPhysRegDefs) { if (canClobberPhysRegDefs(SuccSU, SU, TII, MRI)) continue; |