Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FunctionCallOp::init overloads for function without arguments and/or results #157

Closed
vla5924 opened this issue May 11, 2024 · 0 comments · Fixed by #164 or #146
Closed

Add FunctionCallOp::init overloads for function without arguments and/or results #157

vla5924 opened this issue May 11, 2024 · 0 comments · Fixed by #164 or #146

Comments

@vla5924
Copy link
Member

vla5924 commented May 11, 2024

    void init(const std::string &name, const Type::Ptr &resultType);
    void init(const FunctionOp &callee);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
1 participant