ack/mach/proto/mcg/mcgg_generated_header.h
David Given 9504aec2bd Function termination gets routed through an exit block; we now have prologues
and epilogues. mcgg now exports some useful data as headers. Start factoring
out some of the architecture-specific bits into an architecture-specific file.
2016-10-15 18:38:46 +02:00

16 lines
436 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);
extern bool burm_predicate_signed_constant(struct burm_node* node, arith size);
extern bool burm_predicate_unsigned_constant(struct burm_node* node, arith size);
extern bool burm_predicate_specific_constant(struct burm_node* node, arith value);
/* vim: set sw=4 ts=4 expandtab : */