Skip to content
Commit 6a56171d authored by Matt Wala's avatar Matt Wala
Browse files

Slightly relax the definition of an "If-Then-Else" control structure.

The change is that the "merge" block doesn't have to exist for a
subgraph to be identified as "If-Then-Else."

The intention of this change is to allow control flow graphs such as

    A
   / \
   B C

(where B and C exit the procedure) to be matched as If-Then-Else
nodes. This is needed to handle adaptive code.
parent 01c8b5bc
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