mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46513 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0e9dfb0900
commit
9f65c39f80
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user