clean the command line interface

This commit is contained in:
Quentin Carbonneaux 2015-10-05 15:57:04 -04:00
parent a5428d33e1
commit a18e0ef50f
5 changed files with 99 additions and 119 deletions

View file

@ -458,4 +458,9 @@ rega(Fn *fn)
free(end);
free(beg);
if (debug['R']) {
fprintf(stderr, "\n> After register allocation\n");
printfn(fn, stderr);
}
}