docs: Rename phi struct

Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
Ronald Caesar
2025-12-25 21:24:02 -04:00
parent 36769a90e4
commit d31e6e6761

View File

@@ -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.