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