File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
package compiler
2
2
3
3
import (
4
- "tinygo.org/x/go-llvm"
5
4
"golang.org/x/tools/go/ssa"
5
+ "tinygo.org/x/go-llvm"
6
6
)
7
7
8
8
// For a description of the calling convention in prose, see:
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ package compiler
6
6
import (
7
7
"go/types"
8
8
9
- "tinygo.org/x/go-llvm"
10
9
"golang.org/x/tools/go/ssa"
10
+ "tinygo.org/x/go-llvm"
11
11
)
12
12
13
13
// emitMakeChan returns a new channel value for the given channel type.
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ import (
14
14
"strconv"
15
15
"strings"
16
16
17
- "tinygo.org/x/go-llvm"
18
17
"github.com/aykevl/tinygo/ir"
19
18
"github.com/aykevl/tinygo/loader"
20
19
"golang.org/x/tools/go/ssa"
20
+ "tinygo.org/x/go-llvm"
21
21
)
22
22
23
23
func init () {
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ package compiler
14
14
// frames.
15
15
16
16
import (
17
- "tinygo.org/x/go-llvm"
18
17
"github.com/aykevl/tinygo/ir"
19
18
"golang.org/x/tools/go/ssa"
19
+ "tinygo.org/x/go-llvm"
20
20
)
21
21
22
22
// deferInitFunc sets up this function for future deferred calls. It must be
Original file line number Diff line number Diff line change 9
9
"go/token"
10
10
"go/types"
11
11
12
- "tinygo.org/x/go-llvm"
13
12
"github.com/aykevl/tinygo/ir"
14
13
"golang.org/x/tools/go/ssa"
14
+ "tinygo.org/x/go-llvm"
15
15
)
16
16
17
17
// parseMakeInterface emits the LLVM IR for the *ssa.MakeInterface instruction.
Original file line number Diff line number Diff line change 7
7
"sort"
8
8
"strings"
9
9
10
- "tinygo.org/x/go-llvm"
11
10
"github.com/aykevl/tinygo/loader"
12
11
"golang.org/x/tools/go/ssa"
12
+ "tinygo.org/x/go-llvm"
13
13
)
14
14
15
15
// This file provides a wrapper around go/ssa values and adds extra
You can’t perform that action at this time.
0 commit comments