mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-01-31 01:15:21 +01:00
docs: Rename phi struct
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
@@ -92,7 +92,7 @@ typedef struct
|
||||
// The length is the number of predecessors of the Basic Block containing this Phi.
|
||||
// We do not store the length here to save space.
|
||||
uint32_t operand_start_index;
|
||||
} phi_operand_t;
|
||||
} phi_node_t;
|
||||
|
||||
|
||||
// A massive contiguous array storing all operands for all Phis.
|
||||
|
||||
Reference in New Issue
Block a user