parent
1115a2b412
commit
2b9fe84b07
|
|
@ -645,7 +645,7 @@ bool SimpleRegisterCoalescing::JoinIntervals(LiveInterval &LHS, LiveInterval &RH
|
|||
// Otherwise, use the specified value #.
|
||||
LHSValNoAssignments[VN] = RHSValID;
|
||||
if (VN != (unsigned)RHSValID)
|
||||
ValueNumberInfo[VN]->def = ~1U; // Now this val# is dead.
|
||||
ValueNumberInfo[VN].def = ~1U; // Now this val# is dead.
|
||||
else
|
||||
ValueNumberInfo[VN] = RHSValNoInfo;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue