Remove edges in constructor
This commit is contained in:
14
Project-02-03-04/mistraltests/before/geq_cfg_before.dot
Normal file
14
Project-02-03-04/mistraltests/before/geq_cfg_before.dot
Normal file
@@ -0,0 +1,14 @@
|
||||
digraph CFG {
|
||||
node [fontname="Helvetica"];
|
||||
n390 [label="1", shape=box];
|
||||
n390 -> n391;
|
||||
n391 [label="0", shape=box];
|
||||
n391 -> n392;
|
||||
n392 [label="1 >= 0", shape=box];
|
||||
n392 -> n393;
|
||||
n393 [label="<?>", shape=diamond];
|
||||
n393 -> n397 [label="T"];
|
||||
n397 [label="1", shape=box];
|
||||
n393 -> n398 [label="F"];
|
||||
n398 [label="0", shape=box];
|
||||
}
|
||||
Reference in New Issue
Block a user