diff options
| author | Quentin Carbonneaux | 2018-02-21 21:03:10 +0100 |
|---|---|---|
| committer | Quentin Carbonneaux | 2018-02-21 22:12:33 +0100 |
| commit | fd77756ab8a8f3eb59231523a456b700499b29fc (patch) | |
| tree | a7a9c66004ff794fa20b2a18c5b82d4e7ba0a5ea | |
| parent | 0af95dda1b9113ef18f280dd91ab464fa0343134 (diff) | |
fix thisphiedge
| -rw-r--r-- | ssa.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -276,7 +276,7 @@ renblk(Blk *b, Name **stk, Fn *fn) if (rtype(b->jmp.arg) == RTmp) if (fn->tmp[t].visit) b->jmp.arg = getstk(t, b, stk); - for (ps=b->s; (s=*ps); ps++) + for (ps=b->s; (s=*ps); ps++) /* !!! NOT OK !!! */ for (p=s->phi; p; p=p->link) { t = p->to.val; if ((t=fn->tmp[t].visit)) { |
