harec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d457aa96373ce0d7cc57275cab4647a32fd52ce7
parent aa45d76360d9d97ecdcc03558b1d45ec71813ec8
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sat, 16 Jan 2021 12:36:45 -0500

gen: remove obsolete variadic TODO

This is lowered in check

Diffstat:
Msrc/gen.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/gen.c b/src/gen.c @@ -707,7 +707,6 @@ gen_expr_call(struct gen_context *ctx, } while (carg) { - assert(!carg->variadic); // TODO arg = *next = xcalloc(1, sizeof(struct qbe_arguments)); if (type_is_aggregate(carg->value->result)) { alloc_temp(ctx, &arg->value,