Conor McCarthy (@cmccarthy) commented about libs/vkd3d-shader/ir.c:
* `continue' instruction would jump and `end' is where a * `break' instruction would jump. */ unsigned int begin, end;
/* Each loop interval can be natural or synthetic. Natural
* intervals are added to represent loops given by CFG back
* edges. Synthetic intervals do not correspond to loop into
Should this say, "correspond to loops in"?