more modifications to rega

This commit is contained in:
Quentin Carbonneaux 2015-08-24 13:17:47 -04:00
parent 28110b1439
commit 7594f57a3e
3 changed files with 19 additions and 14 deletions

View file

@ -101,7 +101,6 @@ main(int ac, char *av[])
printf("\n");
break;
}
#if 0
case 'a': {
fprintf(stderr, "[Testing Register Allocation]\n");
debug['R'] = 1;
@ -114,6 +113,7 @@ main(int ac, char *av[])
rega(fn);
goto RPODump;
}
#if 0
case 'e': {
int n;