ack/mach/proto/mcg/pass_registerallocator.c
David Given 4e49830e09 Overhaul of everything phi related; critical edge splitting now happens before
anything SSA happens; liveness calculations now look like they might be
working.
2016-10-08 00:21:23 +02:00

8 lines
96 B
C

#include "mcg.h"
void pass_register_allocator(void)
{
}
/* vim: set sw=4 ts=4 expandtab : */