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

13 lines
188 B
Plaintext

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