diff options
author | Michael Forney <mforney@mforney.org> | 2019-07-10 18:55:27 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-07-10 18:55:27 -0700 |
commit | 7d5d63cd2f7c49adaf2c97ccc0ba39063cf084a0 (patch) | |
tree | dc5cec6cfb24b9fef23bfd99893716a8ebe6422c /qbe.c | |
parent | a373f5df29f55b42de11fc2449364c23f5b866cb (diff) |
Remove comment for completed TODO
Diffstat (limited to 'qbe.c')
-rw-r--r-- | qbe.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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) { |