This commit is contained in:
parent
643f17af8e
commit
a1f6c66736
11 changed files with 221 additions and 33 deletions
|
@ -36,7 +36,7 @@ func NewFunction(name string, file *fs.File) *Function {
|
|||
Name: name,
|
||||
File: file,
|
||||
UniqueName: fmt.Sprintf("%s.%s", file.Package, name),
|
||||
Identifiers: make(map[string]ssa.Value),
|
||||
Identifiers: make(map[string]ssa.Value, 8),
|
||||
IR: ssa.IR{
|
||||
Blocks: []*ssa.Block{
|
||||
{Instructions: make([]ssa.Value, 0, 8)},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue