aboutsummaryrefslogtreecommitdiff
path: root/to_assembly.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2018-01-05 23:42:24 +0100
committertomsmeding <tom.smeding@gmail.com>2018-01-05 23:42:24 +0100
commit3272b5d83d2e2167eed24748557df88bd66584ee (patch)
tree6b8f1574f6d6a44e11b74903516286f6249cb0b7 /to_assembly.h
parenta298cb75c4f586b83b304c7dc66cb555693ea1b8 (diff)
There's actually a chance that, correctly stringified, this will work
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);