summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthew@masot.net>2023-07-26 10:53:27 -0700
committerMatthew Sotoudeh <matthew@masot.net>2023-07-26 10:53:27 -0700
commitf35b7e32809c5d54850ce75c4dad1a8598235cf0 (patch)
treea741ac273b8109db35b2abd59423a5efe6293a04 /main.c
parent36fc249a02eb0ef32d3bc1d4e596683b64b1eb5f (diff)
simplify code a fair bit
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index af10c1d..db9f31c 100644
--- a/main.c
+++ b/main.c
@@ -54,7 +54,6 @@ static void cc1(char *base_file) {
FILE *output_buf = open_memstream(&buf, &buflen);
// Traverse the AST to emit assembly.
- typegen(prog, output_buf);
codegen(prog, output_buf);
fclose(output_buf);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback