mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
ast_local/global_codegen exposed through the header for now
This commit is contained in:
parent
92a4431c86
commit
314d45ff82
1 changed files with 2 additions and 0 deletions
2
ast.h
2
ast.h
|
@ -117,6 +117,8 @@ void ast_value_delete(ast_value*);
|
|||
bool ast_value_set_name(ast_value*, const char *name);
|
||||
|
||||
bool ast_value_codegen(ast_value*, ast_function*, bool lvalue, ir_value**);
|
||||
bool ast_local_codegen(ast_value *self, ir_function *func);
|
||||
bool ast_global_codegen(ast_value *self, ir_builder *ir);
|
||||
|
||||
/* Binary
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue