C++: Do not use the deprecated predicate in queries.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-09-17 17:30:39 +01:00
parent 5e82eb9b24
commit d8f34dba17
3 changed files with 4 additions and 4 deletions

View File

@@ -259,7 +259,7 @@ module SemanticExprConfig {
}
predicate guardHasBranchEdge(Guard guard, BasicBlock bb1, BasicBlock bb2, boolean branch) {
guard.controlsEdge(bb1, bb2, branch)
guard.controlsBranchEdge(bb1, bb2, branch)
}
Guard comparisonGuard(Expr e) { getSemanticExpr(result) = e }