aboutsummaryrefslogtreecommitdiff
path: root/qbe.c
diff options
context:
space:
mode:
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)
{