mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-03-07 04:36:34 +00:00
Add OpUnreachable
This commit is contained in:
@@ -292,6 +292,9 @@ public:
|
||||
/// Returns with no value from a function with void return type.
|
||||
void OpReturn();
|
||||
|
||||
/// Behavior is undefined if this instruction is executed.
|
||||
void OpUnreachable();
|
||||
|
||||
/// Return a value from a function.
|
||||
Id OpReturnValue(Id value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user