You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
192 B

Regression test for the DCE pass of the compiler which used
to trip on this code: the DCE pass would re-build the dominator
tree and that code used to not anticipate seeing phis in the graph.