// BuildFunction is a helper to compile a build context containing a single // function and (optionally) apply a list of FunctionPasses to it. func BuildFunction(t *testing.T, ctx *build.Context, passes ...pass.FunctionPass) *ir.Function { … }
// BuildFunction is a helper to compile a build context containing a single // function and (optionally) apply a list of FunctionPasses to it. func BuildFunction(t *testing.T, ctx *build.Context, passes ...pass.FunctionPass) *ir.Function { … }