mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2025-12-30 19:25:53 +01:00
Add OpFunctionCall
This commit is contained in:
parent
798f8a5866
commit
4043020f45
2 changed files with 13 additions and 0 deletions
|
|
@ -160,6 +160,10 @@ class Module {
|
|||
/// Ends a function.
|
||||
Id OpFunctionEnd();
|
||||
|
||||
/// Call a function.
|
||||
Id OpFunctionCall(Id result_type, Id function,
|
||||
const std::vector<Id>& arguments = {});
|
||||
|
||||
// Flow
|
||||
|
||||
/// Declare a structured loop.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue