mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-05-08 16:48:45 +02: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