aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen.c')
-rw-r--r--src/codegen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/codegen.c b/src/codegen.c
index 1431693..3bb3155 100644
--- a/src/codegen.c
+++ b/src/codegen.c
@@ -135,8 +135,8 @@ codegenstmt(struct cgctx ctx, mpq_t *folds, type_t *types, ast_t ast,
}
LLVMValueRef v;
- i = codegentypedexpr(ctx, folds, types, ast, aux, toks, expr, types[i],
- &v);
+ i = codegentypedexpr(ctx, folds, types, ast, aux,
+ toks, expr, types[i], &v);
(void)LLVMBuildRet(ctx.bob, v);
return i;
}