qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 11eab4c8c76f9ef9cff4f152579e9ff421fa6d46
parent 23b2771c8ce996947a0e82b12e5cdfc9aced9aa7
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Mon, 30 Nov 2015 13:25:30 -0500

cosmetics in liveness

Diffstat:
Mlisc/live.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisc/live.c b/lisc/live.c @@ -103,9 +103,8 @@ Again: chg |= memcmp(&b->out, &u, sizeof(Bits)); memset(phi, 0, f->ntmp * sizeof phi[0]); + memset(nlv, 0, sizeof nlv); b->in = b->out; - nlv[0] = 0; - nlv[1] = 0; for (t=0; t<f->ntmp; t++) if (BGET(b->in, t)) { phifix(t, phi, f->tmp);