mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-02-06 11:29:30 +00:00
6 lines
93 B
Go
6 lines
93 B
Go
package ssa
|
|
|
|
func NewJump(parent *BasicBlock) *Jump {
|
|
return &Jump{anInstruction{parent}}
|
|
}
|