mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-03-07 04:36:34 +00:00
Add OpFunctionParameter
This commit is contained in:
@@ -242,6 +242,9 @@ public:
|
||||
return OpFunctionCall(result_type, function, std::span<const Id>({arguments...}));
|
||||
}
|
||||
|
||||
/// Declare a formal parameter of the current function.
|
||||
Id OpFunctionParameter(Id result_type);
|
||||
|
||||
// Flow
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user