mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
Fix typo
This commit is contained in:
parent
cde5f95591
commit
ccd415428b
2
spill.c
2
spill.c
@ -338,7 +338,7 @@ spill(Fn *fn)
|
|||||||
|
|
||||||
for (bp=&fn->rpo[fn->nblk]; bp!=fn->rpo;) {
|
for (bp=&fn->rpo[fn->nblk]; bp!=fn->rpo;) {
|
||||||
b = *--bp;
|
b = *--bp;
|
||||||
/* invariant: all bocks with bigger rpo got
|
/* invariant: all blocks with bigger rpo got
|
||||||
* their in,out updated. */
|
* their in,out updated. */
|
||||||
|
|
||||||
/* 1. find temporaries in registers at
|
/* 1. find temporaries in registers at
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user