Wyvern. BasicBlock
(wyvern v1.0.3)
Copy Markdown
Summary
Types
@type instruction_list() :: [Wyvern.Instruction.t()]
@type t() :: %Wyvern.BasicBlock{ id: reference(), instructions: instruction_list(), label: Wyvern.Label.t() }
Functions
@spec new(Wyvern.Label.t(), instruction_list()) :: t()