Skip to content

Commit

Permalink
Fix MWDA bug with forwardParent
Browse files Browse the repository at this point in the history
  • Loading branch information
krame505 committed Oct 1, 2024
1 parent f0002ad commit 9ba66a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ ProductionGraph ::= dcl::ValueDclInfo flowEnv::FlowEnv realEnv::Env
-- TODO: We could be more precise here by only considering the productions
-- that could have actually forwarded to this one. But that would require
-- introducing a new sort of stitch point.
then nonterminalStitchPoints(realEnv, nt, localVertexType("forwardParent"))
then nonterminalStitchPoints(realEnv, nt, forwardParentVertexType())
else [];

local flowTypeVertexesOverall :: [FlowVertex] =
Expand Down

0 comments on commit 9ba66a4

Please sign in to comment.