mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-11 06:31:26 +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.
|
// bailout.
|
||||||
for (PostorderIterator it(graph.poBegin()); it != graph.poEnd();) {
|
for (PostorderIterator it(graph.poBegin()); it != graph.poEnd();) {
|
||||||
MBasicBlock* block = *it++;
|
MBasicBlock* block = *it++;
|
||||||
if (!block->isMarked())
|
if (block->isMarked())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
FlagAllOperandsAsHavingRemovedUses(mir, block);
|
FlagAllOperandsAsHavingRemovedUses(mir, block);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user