Minor adjustments to CFG example

This commit is contained in:
Alex Hirsch 2019-02-01 17:06:23 +01:00
parent 6e654bdc61
commit 3bc9d0b318
2 changed files with 20 additions and 19 deletions

View File

@ -1,6 +1,7 @@
digraph "CFG" { digraph "CFG" {
nodesep=0.6 nodesep=0.6;
node [shape=box, fontname="Roboto Mono", fontsize=11] node [shape=box, fontname="Inconsolata", fontsize=11];
edge [fontname="Roboto"];
B1 [xlabel="B1", label="s = 0\li = 0\ln = 10\l"]; B1 [xlabel="B1", label="s = 0\li = 0\ln = 10\l"];
B2 [xlabel="B2", label="t1 = a - b\lifz t1 goto B4\l"]; B2 [xlabel="B2", label="t1 = a - b\lifz t1 goto B4\l"];

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 19 KiB