mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 08:54:59 +00:00
Remove a dead assertion.
llvm-svn: 40914
This commit is contained in:
parent
0182b495fd
commit
b4135e3825
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user