Python: Separate -> PhaseDependentFlow

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-10-31 21:50:33 +01:00
parent 7f6ae8b2ab
commit 38b811b050
2 changed files with 5 additions and 5 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::Separate<DP::EssaFlow::essaFlowStep/2>::importTimeStep(nodeFrom, nodeTo)
DP::PhaseDependentFlow<DP::EssaFlow::essaFlowStep/2>::importTimeStep(nodeFrom, nodeTo)
}
}