Fix crash on short lea optimization due to lost temp dependencies
This commit is contained in:
parent
a3bf7296bb
commit
68a648440a
|
@ -22965,6 +22965,8 @@ void InterCodeProcedure::MergeBasicBlocks(FastNumberSet& activeSet)
|
||||||
ResetVisited();
|
ResetVisited();
|
||||||
mEntryBlock->FollowJumps();
|
mEntryBlock->FollowJumps();
|
||||||
|
|
||||||
|
BuildDataFlowSets();
|
||||||
|
|
||||||
changed = ShortLeaMerge(activeSet);
|
changed = ShortLeaMerge(activeSet);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue