// StaticCall devirtualizes the given call if possible when the concrete callee // is available statically. func StaticCall(call *ir.CallExpr) { … }
// StaticCall devirtualizes the given call if possible when the concrete callee // is available statically. func StaticCall(call *ir.CallExpr) { … }