unbreak the build

llvm-svn: 40976
This commit is contained in:
Chris Lattner 2007-08-09 23:55:17 +00:00
parent 0293fe7483
commit 202e7f84e9

View File

@ -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;
}