core: show warning when failed to detect out node in non trivial switch

This commit is contained in:
NeoSpb
2014-12-26 22:13:49 +03:00
parent 716db8b964
commit 7fe6b842a6
@@ -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)) {