aboutsummaryrefslogtreecommitdiff
path: root/to_assembly.h
blob: d18c4b758af5b8f1bca3b1d8bb4b4f8c347e3d4a (plain)
1
2
3
4
5
6
7
#pragma once

#include "ir.h"
#include "regalloc.h"


void to_assembly(struct ir *ir, struct allocation *ral);