write.go 93 B

123456
  1. package ssa
  2. func NewJump(parent *BasicBlock) *Jump {
  3. return &Jump{anInstruction{parent}}
  4. }