mirror of
https://github.com/github/codeql.git
synced 2026-05-13 02:39:26 +02:00
Python: better (if imperfect) handling of phi node
This commit is contained in:
@@ -75,7 +75,7 @@ module EssaFlow {
|
||||
or
|
||||
exists(PhiFunction p |
|
||||
nodeTo.asEssaNode() = p.getVariable() and
|
||||
nodeFrom.asEssaNode() = p.getShortCircuitInput()
|
||||
nodeFrom.asEssaNode() = p.getAnInput()
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user