Skip to content
Unverified Commit 6d5f1bc2 authored by Steven Perron's avatar Steven Perron Committed by GitHub
Browse files

Allow merge blocks to merge two header blocks in some cases. (#1890)

In merge blocks, we do not allow the merging of two blocks with merge
instructions.  This is because if the two block are merged only 1 of
those instructions can exists.  However, if the successor block is the
merge block of the predecessor, then we can delete the merge instruction
in the predecessor.  In this case, we are able to merge the blocks.
parent 0f4c772e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment