Skip to content
Commit 65c824a6 authored by Matt Wala's avatar Matt Wala
Browse files

Structural extraction: Avoid a potential ambiguity in the definition

of an If-Then-Else node. This change requires the "then" and "else"
branches to share the same successors (which can be either either
*a single common successor* or *no successor at all*).

This does not currently affect the output in any significant way,
but it is preferable to squash any latent nondeterminism in the
algorithm.

Bug: #51
parent 19373895
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment