6 lines
128 B
C
6 lines
128 B
C
#include "middleend.h"
|
|
|
|
ir_prog_t* cc_middleend(ast_node_t* root, cc_midend_conf_t* conf) {
|
|
return gen_ir_from_ast(root);
|
|
}
|