aboutsummaryrefslogtreecommitdiff
path: root/qbe.c
diff options
context:
space:
mode:
Diffstat (limited to 'qbe.c')
-rw-r--r--qbe.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/qbe.c b/qbe.c
index d40029a..f9a6f08 100644
--- a/qbe.c
+++ b/qbe.c
@@ -937,9 +937,6 @@ funcexpr(struct func *f, struct expr *e)
error(&tok.loc, "va_arg with non-scalar type is not yet supported");
l = funcexpr(f, e->base);
return funcinst(f, IVAARG, qbetype(e->type).base, l, NULL);
- case BUILTINVAEND:
- /* no-op */
- break;
case BUILTINALLOCA:
l = funcexpr(f, e->base);
return funcinst(f, IALLOC16, ptrclass, l, NULL);