1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-03-21 06:39:28 +00:00
ceph-csi/vendor/honnef.co/go/tools/ssa/write.go

6 lines
93 B
Go
Raw Normal View History

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