diff options
| author | Michael Forney <[email protected]> | 2019-01-31 18:03:25 -0800 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2019-02-21 09:24:38 +0100 |
| commit | ccd415428b2e29952b316c5f7191a1e4c0334e49 (patch) | |
| tree | 3530a507c17e567328ec29d7ad5ce038082005e4 /spill.c | |
| parent | cde5f95591b6f38df235ac16ee7ee979ec19bd09 (diff) | |
Fix typo
Diffstat (limited to 'spill.c')
| -rw-r--r-- | spill.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
