Remove a dead assertion.

llvm-svn: 40914
This commit is contained in:
Evan Cheng 2007-08-08 01:00:21 +00:00
parent 0d0fee269a
commit c236617ea0
1 changed files with 0 additions and 1 deletions

View File

@ -300,7 +300,6 @@ void LiveInterval::join(LiveInterval &Other, int *LHSValNoAssignments,
// we want to avoid the interval scan if not.
bool MustMapCurValNos = false;
for (unsigned i = 0, e = getNumValNums(); i != e; ++i) {
assert(ValueNumberInfo[i].def != ~2U);
if (ValueNumberInfo[i].def == ~1U) continue; // tombstone value #
if (i != (unsigned)LHSValNoAssignments[i]) {
MustMapCurValNos = true;