ack/mach/proto/mcg/mcgg_generated_header.h
David Given 68f98cbad7 Instruction selection now happens on a shadow tree, rather than on the IR tree
itself. Currently it's semantically the same but the implementation is cleaner.
2016-10-03 20:52:36 +02:00

11 lines
153 B
C

#include "mcg.h"
#include "mcgg.h"
#define PANIC printf
#define burm_assert(b, s) assert(b)
extern void burm_panic_cannot_match(NODEPTR_TYPE node);