Fix a comment.

llvm-svn: 64328
This commit is contained in:
Dan Gohman 2009-02-11 21:32:08 +00:00
parent 6571ef3577
commit 45889d24fe
1 changed files with 2 additions and 2 deletions

View File

@ -1252,8 +1252,8 @@ void RegReductionPriorityQueue<SF>::AddPseudoTwoAddrDeps() {
if (canClobberPhysRegDefs(SuccSU, SU, TII, TRI))
continue;
}
// Don't constraint extract_subreg / insert_subreg these may be
// coalesced away. We don't them close to their uses.
// Don't constrain extract_subreg / insert_subreg; these may be
// coalesced away. We want them close to their uses.
unsigned SuccOpc = SuccSU->getNode()->getMachineOpcode();
if (SuccOpc == TargetInstrInfo::EXTRACT_SUBREG ||
SuccOpc == TargetInstrInfo::INSERT_SUBREG)