Skip to content

Commit

Permalink
optimization, useful in extreme cases
Browse files Browse the repository at this point in the history
  • Loading branch information
yanniss committed Mar 19, 2024
1 parent 10de8a7 commit da473f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clientlib/flows.dl
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@

// Case: forward inter-procedural assignment only
GlobalFlows(from, to) :-
InterFunctionActualArgFlow(actual, to),
GlobalFlows(from, actual).
GlobalFlows(from, actual),
InterFunctionActualArgFlow(actual, to).
}

.init standardflowanalysis = GlobalFlowAnalysis
Expand Down

0 comments on commit da473f3

Please sign in to comment.