Merge pull request #14617 from yoff/python/module-for-import-time-flow

Python: module for import time flow
This commit is contained in:
yoff
2023-11-02 09:28:51 +01:00
committed by GitHub
2 changed files with 86 additions and 68 deletions

View File

@@ -12,7 +12,7 @@ module ImportTimeLocalFlowTest implements FlowTestSig {
// results are displayed next to `nodeTo`, so we need a line to write on
nodeTo.getLocation().getStartLine() > 0 and
nodeTo.asVar() instanceof GlobalSsaVariable and
DP::importTimeLocalFlowStep(nodeFrom, nodeTo)
DP::PhaseDependentFlow<DP::EssaFlow::essaFlowStep/2>::importTimeStep(nodeFrom, nodeTo)
}
}