Update and fix staticcheck
This commit is contained in:
5
vendor/honnef.co/go/tools/ir/write.go
vendored
Normal file
5
vendor/honnef.co/go/tools/ir/write.go
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
package ir
|
||||
|
||||
func NewJump(parent *BasicBlock) *Jump {
|
||||
return &Jump{anInstruction{block: parent}, ""}
|
||||
}
|
Reference in New Issue
Block a user