mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-03-04 03:53:00 +00:00
Add OpBranch
This commit is contained in:
@@ -164,6 +164,9 @@ public:
|
||||
/// The block label instruction: Any reference to a block is through this ref.
|
||||
Ref Label();
|
||||
|
||||
/// Unconditional jump to label.
|
||||
Ref Branch(Ref target_label);
|
||||
|
||||
/// Returns with no value from a function with void return type.
|
||||
Ref Return();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user