summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorWormHeamer2025-08-10 01:27:32 -0400
committerWormHeamer2025-08-10 01:27:32 -0400
commit85e28cfad0260ebf206a1249f153942ccea9673d (patch)
treefa14d5572e48652b4e1c7cc6231cd83f48ac08fe /main.c
parentdeab9a5e7917f9fecbf36cf97ca9cac7910df990 (diff)
separate peephole optimization out
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 26f9534..89d1f3a 100644
--- a/main.c
+++ b/main.c
@@ -11,6 +11,7 @@
#include "dynarr.h"
#include "strio.h"
#include "ir.h"
+#include "peephole.h"
int no_opt = 0;