attempt more correct loop marking

This commit is contained in:
Quentin Carbonneaux 2015-07-22 03:00:03 -04:00
parent 3538e769a7
commit a6168e6ed5
3 changed files with 38 additions and 29 deletions

View file

@ -76,6 +76,7 @@ main(int ac, char *av[])
fprintf(stderr, "[Testing Spilling]\n");
fillrpo(fn);
fillpreds(fn);
filllive(fn);
fillcost(fn);
fprintf(stderr, "> Spill costs:\n");