6 lines
93 B
Go
Raw Normal View History

package ssa
func NewJump(parent *BasicBlock) *Jump {
return &Jump{anInstruction{parent}}
}