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

15 lines
218 B
Plaintext
Raw Normal View History

2023-10-18 21:10:43 +00:00
digraph dominatorTree {
label="condMethod"
"D(-1)" [style=filled]
"D(0)"
"D(7)"
"D(10)"
"D(-2)"
"D(5)"
"D(-1)" -> "D(0)"
"D(0)" -> "D(7)"
"D(10)" -> "D(-2)"
"D(0)" -> "D(10)"
"D(0)" -> "D(5)"
}