Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.0.1-2020.1.5 / ir / write.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/ir/write.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/ir/write.go
new file mode 100644 (file)
index 0000000..b936bc9
--- /dev/null
@@ -0,0 +1,5 @@
+package ir
+
+func NewJump(parent *BasicBlock) *Jump {
+       return &Jump{anInstruction{block: parent}, ""}
+}