qbe

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

commit 866b981a553a8d30b35f0ea7ba095cdec8692486
parent ecebb6f48e276336d386125f3471b1c20db97119
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Mon, 30 Nov 2015 12:53:53 -0500

test liveness

Diffstat:
Mlisc/main.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/lisc/main.c b/lisc/main.c @@ -55,6 +55,8 @@ func(Fn *fn) fillrpo(fn); fillpreds(fn); filluse(fn); + + filllive(fn); #if 0 memopt(fn); ssa(fn);