Fix a typo in a comment.

llvm-svn: 46513
This commit is contained in:
Dan Gohman 2008-01-29 12:43:50 +00:00
parent d63d9feadd
commit cf8827a282
1 changed files with 1 additions and 1 deletions

View File

@ -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;