mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-21 19:36:59 +00:00
unbreak the build
llvm-svn: 40976
This commit is contained in:
parent
0293fe7483
commit
202e7f84e9
@ -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…
x
Reference in New Issue
Block a user