mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-01-31 01:15:21 +01:00
docs: Add pred/succ for basic_block_t
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
@@ -228,6 +228,12 @@ typedef struct
|
||||
uint16_t instruction_count;
|
||||
uint16_t phi_count;
|
||||
|
||||
uint16_t successor_start_index;
|
||||
uint16_t successor_count;
|
||||
|
||||
uint16_t predecessor_start_index;
|
||||
uint16_t predecessor_count;
|
||||
|
||||
// If variable gets defined in Block X, this tracks where the definition
|
||||
// collide with other blocks.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user