This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
sp-04/test-output/switchMethod2.dt.dot
2023-10-18 23:10:43 +02:00

18 lines
283 B
Text

digraph dominatorTree {
label="switchMethod2"
"D(-1)" [style=filled]
"D(0)"
"D(31)"
"D(8)"
"D(14)"
"D(20)"
"D(26)"
"D(-2)"
"D(0)" -> "D(31)"
"D(0)" -> "D(8)"
"D(0)" -> "D(14)"
"D(0)" -> "D(20)"
"D(-1)" -> "D(0)"
"D(0)" -> "D(26)"
"D(31)" -> "D(-2)"
}