diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-11-30 13:26:43 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-11-30 13:26:43 -0500 |
commit | c8f0945672f11664347cf5db8fe382d2d290652e (patch) | |
tree | 07dfc72dbb328fc5f9cb3658d0b743bffb1ac1a5 /lisc/ssa.c | |
parent | 11eab4c8c76f9ef9cff4f152579e9ff421fa6d46 (diff) | |
download | roux-c8f0945672f11664347cf5db8fe382d2d290652e.tar.gz |
update comment in ssa.c
Diffstat (limited to 'lisc/ssa.c')
-rw-r--r-- | lisc/ssa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/ssa.c b/lisc/ssa.c index a48a649..9cebb77 100644 --- 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) |