mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-03-20 11:11:03 +01:00
Update flow commentaries
This commit is contained in:
@@ -154,10 +154,10 @@ public:
|
||||
|
||||
// Flow
|
||||
|
||||
/// Emits a label. It starts a block.
|
||||
/// The block label instruction: Any reference to a block is through this ref.
|
||||
Ref Label();
|
||||
|
||||
/// Emits a return. It ends a block.
|
||||
/// Returns with no value from a function with void return type.
|
||||
Ref Return();
|
||||
|
||||
// Literals
|
||||
|
||||
Reference in New Issue
Block a user