mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
6 lines
93 B
Go
6 lines
93 B
Go
![]() |
package ssa
|
||
|
|
||
|
func NewJump(parent *BasicBlock) *Jump {
|
||
|
return &Jump{anInstruction{parent}}
|
||
|
}
|