aboutsummaryrefslogtreecommitdiff
path: root/qbe.c
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-07-10 18:55:27 -0700
committerMichael Forney <mforney@mforney.org>2019-07-10 18:55:27 -0700
commit7d5d63cd2f7c49adaf2c97ccc0ba39063cf084a0 (patch)
treedc5cec6cfb24b9fef23bfd99893716a8ebe6422c /qbe.c
parenta373f5df29f55b42de11fc2449364c23f5b866cb (diff)
Remove comment for completed TODO
Diffstat (limited to 'qbe.c')
-rw-r--r--qbe.c6
1 files changed, 0 insertions, 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)
{