Skip to content

Commit

Permalink
Merge pull request #139 from microsoft/powershell-fix-multiple-cfg-su…
Browse files Browse the repository at this point in the history
…ccessors

PS: Fix multiple CFG successors
  • Loading branch information
MathiasVP authored Nov 8, 2024
2 parents 0fb75af + 40f50dd commit 87cbfd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ module Trees {
exists(Parameter p |
p =
rank[i + 1](Parameter cand, int j |
cand.hasDefaultValue() and j = cand.getFunctionIndex()
cand.hasDefaultValue() and func.getFunctionParameter(j) = cand
|
cand order by j
) and
Expand Down

0 comments on commit 87cbfd1

Please sign in to comment.