forked from OSchip/llvm-project
parent
d0a38a8daa
commit
b8f950650b
|
@ -1317,7 +1317,6 @@ bool RegisterCoalescer::joinIntervals(CoalescerPair &CP) {
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
LHSValsDefinedFromRHS[VNI] = OtherVNI;
|
LHSValsDefinedFromRHS[VNI] = OtherVNI;
|
||||||
DeadCopies.push_back(MI);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Loop over the value numbers of the RHS, seeing if any are defined from
|
// Loop over the value numbers of the RHS, seeing if any are defined from
|
||||||
|
|
Loading…
Reference in New Issue