CPP: Also update reachable for ControlFlowNodes.

This commit is contained in:
Geoffrey White
2018-10-30 13:14:29 +00:00
parent 1092cb97e5
commit 092db18f96

View File

@@ -95,7 +95,7 @@ private cached module Cached {
or
reachable(n.getAPredecessor())
or
n instanceof CatchBlock
n instanceof Handler
}
/** Holds if `condition` always evaluates to a nonzero value. */