Fixed bug with too big DFG for no reason
This commit is contained in:
+1
-1
@@ -827,7 +827,7 @@ internal object Devirtualization {
|
||||
val argument = argumentToConstraintNode(arguments[index])
|
||||
argument.addEdge(parameter)
|
||||
}
|
||||
return doCast(function, callee.returns, returnType)
|
||||
return callee.returns
|
||||
}
|
||||
|
||||
fun doCall(callee: DataFlowIR.FunctionSymbol,
|
||||
|
||||
Reference in New Issue
Block a user