Python: better (if imperfect) handling of phi node

This commit is contained in:
Rasmus Lerchedahl Petersen
2020-06-23 17:25:33 +02:00
parent b759b71ac8
commit c70cf6d780
2 changed files with 3 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ module EssaFlow {
or
exists(PhiFunction p |
nodeTo.asEssaNode() = p.getVariable() and
nodeFrom.asEssaNode() = p.getShortCircuitInput()
nodeFrom.asEssaNode() = p.getAnInput()
)
}
}