Skip to content

Commit

Permalink
No more DFG Edges to FunctionDeclaration
Browse files Browse the repository at this point in the history
  • Loading branch information
morbitzer authored and oxisto committed Dec 30, 2023
1 parent 2731977 commit b161f6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ class DFGPass(ctx: TranslationContext) : ComponentPass(ctx) {
} else if (call.invokes.isNotEmpty()) {
call.invokes.forEach {
if (it.isInferred && inferDfgForUnresolvedSymbols) {
handleUnresolvedCalls(call, it)
handleUnresolvedCalls(call, call)
} else {
Util.attachCallParameters(it, call.arguments)
}
Expand Down

0 comments on commit b161f6f

Please sign in to comment.