qbe

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

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

update comment in ssa.c

Diffstat:
Mlisc/ssa.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisc/ssa.c b/lisc/ssa.c @@ -29,7 +29,7 @@ adduse(Tmp *tmp, int ty, Blk *b, ...) va_end(ap); } -/* fill usage and phi information +/* fill usage, phi, and class information */ void filluse(Fn *fn)