core: show warning when failed to detect out node in non trivial switch
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user