Remove edges in constructor
This commit is contained in:
20
Project-02-03-04/mistraltests/after/or_cfg_after.dot
Normal file
20
Project-02-03-04/mistraltests/after/or_cfg_after.dot
Normal file
@@ -0,0 +1,20 @@
|
||||
digraph CFG {
|
||||
node [fontname="Helvetica"];
|
||||
n561 [label="START", shape=box];
|
||||
n561 -> n563;
|
||||
n563 [label="True", shape=box];
|
||||
n563 -> n564;
|
||||
n564 [label="True", shape=box];
|
||||
n564 -> n565;
|
||||
n565 [label="True", shape=box];
|
||||
n565 -> n566;
|
||||
n566 [label="True == True", shape=box];
|
||||
n566 -> n567;
|
||||
n567 [label="True || (True == True)", shape=box];
|
||||
n567 -> n568;
|
||||
n568 [label="<?>", shape=diamond];
|
||||
n568 -> n572 [label="T"];
|
||||
n572 [label="1", shape=box];
|
||||
n568 -> n573 [label="F"];
|
||||
n573 [label="0", shape=box];
|
||||
}
|
||||
Reference in New Issue
Block a user