#pragma once #include "ir.h" #include "regalloc.h" void to_assembly(struct ir *ir, struct allocation *ral);