add a size to all operations (wip)

This commit is contained in:
Quentin Carbonneaux 2015-08-24 12:39:55 -04:00
parent 0ad9bf1c60
commit 28110b1439
8 changed files with 126 additions and 190 deletions

View file

@ -101,6 +101,7 @@ main(int ac, char *av[])
printf("\n");
break;
}
#if 0
case 'a': {
fprintf(stderr, "[Testing Register Allocation]\n");
debug['R'] = 1;
@ -136,6 +137,7 @@ main(int ac, char *av[])
pr = 0;
break;
}
#endif
default:
break;
}