mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-06 02:30:56 +00:00
followup to #534: M1502013 for testing in FPR12
This commit is contained in:
parent
69249a563c
commit
e504fccb43
@ -1999,7 +1999,7 @@ jit::RemoveUnmarkedBlocks(MIRGenerator* mir, MIRGraph& graph, uint32_t numMarked
|
||||
// bailout.
|
||||
for (PostorderIterator it(graph.poBegin()); it != graph.poEnd();) {
|
||||
MBasicBlock* block = *it++;
|
||||
if (!block->isMarked())
|
||||
if (block->isMarked())
|
||||
continue;
|
||||
|
||||
FlagAllOperandsAsHavingRemovedUses(mir, block);
|
||||
|
Loading…
x
Reference in New Issue
Block a user