aboutsummaryrefslogtreecommitdiff
path: root/to_assembly.h
diff options
context:
space:
mode:
Diffstat (limited to 'to_assembly.h')
-rw-r--r--to_assembly.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/to_assembly.h b/to_assembly.h
new file mode 100644
index 0000000..d18c4b7
--- /dev/null
+++ b/to_assembly.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#include "ir.h"
+#include "regalloc.h"
+
+
+void to_assembly(struct ir *ir, struct allocation *ral);