1
0
2018-12-28 22:15:05 +00:00

6 lines
93 B
Go

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