mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 05:13:47 +00:00
assembler: Don't expose functions only used in main.c
and make then static. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
@@ -234,8 +234,6 @@ struct declared_register {
|
||||
};
|
||||
struct declared_register *find_register(char *name);
|
||||
void insert_register(struct declared_register *reg);
|
||||
void add_label(struct brw_program_instruction *instruction);
|
||||
int label_to_addr(char *name, int start_addr);
|
||||
|
||||
int yyparse(void);
|
||||
int yylex(void);
|
||||
|
||||
Reference in New Issue
Block a user