make all unnecessary edges dotted

There were a couple missing
This commit is contained in:
James Bardin 2020-07-02 14:22:52 -04:00
parent 682440766f
commit b6c409613e
3 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ digraph replacement {
a_d [label="A destroy"]; a_d [label="A destroy"];
} }
a -> a_d [dir=back]; a -> a_d [dir=back, style=dotted];
b -> a_d [dir=back]; b -> a_d [dir=back];
} }
--> -->
@ -317,7 +317,7 @@ digraph replacement {
} }
a -> a_d [dir=back]; a -> a_d [dir=back];
b -> a_d [dir=back]; b -> a_d [dir=back, style=dotted];
b -> b_d [dir=back]; b -> b_d [dir=back];
} }
--> -->

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB