mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Use slightly less confusing syntax
This commit is contained in:
@@ -134,7 +134,8 @@ predicate jumpStep(Node n1, Node n2) {
|
||||
lastUse = getAnAdjacentUse*(def.getAFirstUse()) and
|
||||
not exists(getAnAdjacentUse(lastUse))
|
||||
|
|
||||
[n1, n1.(DataFlow::PostUpdateNode).getPreUpdateNode()] = instructionNode(lastUse)
|
||||
n1 = instructionNode(lastUse) or
|
||||
n1.(DataFlow::PostUpdateNode).getPreUpdateNode() = instructionNode(lastUse)
|
||||
)
|
||||
)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user