summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-01-29 12:43:50 +0000
committerDan Gohman <gohman@apple.com>2008-01-29 12:43:50 +0000
commitcf8827a282e6e133d7a153673b1c05c58817d604 (patch)
tree72442e89a15d81d56e0a978a95c33ff30f345523 /llvm/lib/CodeGen
parentd63d9feadd1003abb400a28d1ac640ffec6f4301 (diff)
downloadbcm5719-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.cpp2
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;
OpenPOWER on IntegriCloud