mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-02-19 08:43:01 +00:00
Add OpFunctionCall
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user