clean the command line interface
This commit is contained in:
parent
a5428d33e1
commit
a18e0ef50f
5 changed files with 99 additions and 119 deletions
|
@ -458,4 +458,9 @@ rega(Fn *fn)
|
|||
|
||||
free(end);
|
||||
free(beg);
|
||||
|
||||
if (debug['R']) {
|
||||
fprintf(stderr, "\n> After register allocation\n");
|
||||
printfn(fn, stderr);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue