Implemented dead code elimination
This commit is contained in:
parent
10d195d286
commit
8beed6dd21
7 changed files with 51 additions and 17 deletions
|
@ -43,7 +43,7 @@ func Build(args []string) int {
|
|||
}
|
||||
|
||||
if config.Verbose {
|
||||
for _, function := range result.Functions {
|
||||
for _, function := range result.Used {
|
||||
function.PrintAsm()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue