{ $class-description "Nodes in the dependency graph. These need to be numbered so that the same instruction will get distinct nodes if it occurs multiple times. It has the following slots:"
{ $table
{ { $slot "number" } { "Sequence number to differentiate two otherwise equal nodes from each other. " } }
{ { $slot "insn" } { { $link insn } } }
{ { $slot "parent" } { "Node which must precede this node in the instruction flow." } }