This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vikunja-api/vendor/honnef.co/go/tools/ssa/write.go
2018-12-28 22:15:05 +00:00

5 lines
93 B
Go

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