Conor McCarthy (@cmccarthy) commented about libs/vkd3d-shader/ir.c:
return ret;
}
+/* Block A dominates block B if every path from the entry point to B
- must pass through A. Naively computer the set of blocks that are
- dominated by `reference' by running a graph visit starting from the
- entry point (which must be the initial value of `current') and
- avoiding `reference'. Running this for all the blocks takes
Very minor nitpick: double-space after full stop.