mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 22:56:40 +00:00
6 lines
93 B
Go
6 lines
93 B
Go
package ssa
|
|
|
|
func NewJump(parent *BasicBlock) *Jump {
|
|
return &Jump{anInstruction{parent}}
|
|
}
|