#include "middleend.h" ir_prog_t* cc_middleend(ast_node_t* root, cc_midend_conf_t* conf) { return gen_ir_from_ast(root); }