diff options
author | Dan Gohman <gohman@apple.com> | 2008-01-29 12:43:50 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-01-29 12:43:50 +0000 |
commit | cf8827a282e6e133d7a153673b1c05c58817d604 (patch) | |
tree | 72442e89a15d81d56e0a978a95c33ff30f345523 /llvm/lib/CodeGen | |
parent | d63d9feadd1003abb400a28d1ac640ffec6f4301 (diff) | |
download | bcm5719-llvm-cf8827a282e6e133d7a153673b1c05c58817d604.tar.gz bcm5719-llvm-cf8827a282e6e133d7a153673b1c05c58817d604.zip |
Fix a typo in a comment.
llvm-svn: 46513
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp index 5d6b1a27ad5..48bc3cd115b 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp +++ b/llvm/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; |