From 7d5d63cd2f7c49adaf2c97ccc0ba39063cf084a0 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Wed, 10 Jul 2019 18:55:27 -0700 Subject: Remove comment for completed TODO --- qbe.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/qbe.c b/qbe.c index 46ba7e2..30edd2d 100644 --- a/qbe.c +++ b/qbe.c @@ -512,12 +512,6 @@ convert(struct func *f, struct type *dst, struct type *src, struct value *l) return funcinst(f, op, dst->repr, l, r); } -/* -XXX: If a function declared without a prototype is declared with a -parameter affected by default argument promotion, we need to emit a QBE -function with the promoted type and implicitly convert to the declared -parameter type before storing into the allocated memory for the parameter. -*/ struct func * mkfunc(struct decl *decl, char *name, struct type *t, struct scope *s) { -- cgit v1.2.3