This commit is contained in:
2026-03-06 20:14:02 +00:00
parent 39eaafea25
commit 33208a2356
146 changed files with 673 additions and 1986 deletions

View File

@@ -3,11 +3,11 @@ package ir
import (
"errors"
"github.com/mmcloughlin/avo/attr"
"github.com/mmcloughlin/avo/buildtags"
"github.com/mmcloughlin/avo/gotypes"
"github.com/mmcloughlin/avo/operand"
"github.com/mmcloughlin/avo/reg"
"sources.truenas.cloud/code/avo/attr"
"sources.truenas.cloud/code/avo/buildtags"
"sources.truenas.cloud/code/avo/gotypes"
"sources.truenas.cloud/code/avo/operand"
"sources.truenas.cloud/code/avo/reg"
)
// Node is a part of a Function.

View File

@@ -4,8 +4,8 @@ import (
"reflect"
"testing"
"github.com/mmcloughlin/avo/operand"
"github.com/mmcloughlin/avo/reg"
"sources.truenas.cloud/code/avo/operand"
"sources.truenas.cloud/code/avo/reg"
)
func TestFunctionLabels(t *testing.T) {