C#: Deprecate ControlFlowElement.getAControlFlowNode and remove some splitting quantification.

This commit is contained in:
Anders Schack-Mulligen
2026-04-21 11:14:05 +02:00
parent 9de02b7ae6
commit a2a4e8288e
25 changed files with 69 additions and 79 deletions

View File

@@ -30,7 +30,7 @@ predicate invokesToString(Expr e, ValueOrRefType t) {
pragma[nomagic]
private predicate parameterReadPostDominatesEntry(ParameterRead pr) {
pr.getAControlFlowNode().postDominates(pr.getEnclosingCallable().getEntryPoint())
pr.getControlFlowNode().postDominates(pr.getEnclosingCallable().getEntryPoint())
}
pragma[nomagic]