C: fix coroutine generation

This commit is contained in:
Alexey Andreev 2019-06-17 17:39:59 +03:00
parent 00ca2c1064
commit b72e4f01e2

View File

@ -117,6 +117,7 @@ public class CoroutineTransformation {
processBlock(program.basicBlockAt(i));
}
splitter.fixProgram();
new PhiUpdater().updatePhis(program, methodReference.parameterCount() + 1);
processIrreducibleCfg();
}