summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lisc/ssa.c2
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)