提交 0f97f074 编写于 作者: S skylot

Merge pull request #39 from NeoSpb/warn_switch

core: show warning when failed to detect out node in non trivial switch
......@@ -705,6 +705,9 @@ public class RegionMaker {
stack.push(sw);
if (out != null) {
stack.addExit(out);
} else {
LOG.warn("Can't detect out node for switch block: {} in {}",
block.toString(), mth.toString());
}
if (!stack.containsExit(defCase)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册