Fix typo
This commit is contained in:
parent
cde5f95591
commit
ccd415428b
1 changed files with 1 additions and 1 deletions
2
spill.c
2
spill.c
|
@ -338,7 +338,7 @@ spill(Fn *fn)
|
|||
|
||||
for (bp=&fn->rpo[fn->nblk]; bp!=fn->rpo;) {
|
||||
b = *--bp;
|
||||
/* invariant: all bocks with bigger rpo got
|
||||
/* invariant: all blocks with bigger rpo got
|
||||
* their in,out updated. */
|
||||
|
||||
/* 1. find temporaries in registers at
|
||||
|
|
Loading…
Add table
Reference in a new issue