sp-04/test-output/forMethod.dt.dot

15 lines
219 B
Plaintext

digraph dominatorTree {
label="forMethod"
"D(-1)" [style=filled]
"D(0)"
"D(8)"
"D(23)"
"D(-2)"
"D(13)"
"D(0)" -> "D(8)"
"D(23)" -> "D(-2)"
"D(8)" -> "D(23)"
"D(-1)" -> "D(0)"
"D(8)" -> "D(13)"
}