mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 17:00:13 +01:00
r600g: init vars to silence warnings
This commit is contained in:
parent
b352d676e4
commit
7f5420762c
1 changed files with 2 additions and 2 deletions
|
|
@ -1042,8 +1042,8 @@ static int r600_shader_from_tgsi(struct r600_context * rctx, struct r600_pipe_sh
|
|||
int next_pixel_base = 0, next_pos_base = 60, next_param_base = 0;
|
||||
/* Declarations used by llvm code */
|
||||
bool use_llvm = false;
|
||||
unsigned char * inst_bytes;
|
||||
unsigned inst_byte_count;
|
||||
unsigned char * inst_bytes = NULL;
|
||||
unsigned inst_byte_count = 0;
|
||||
|
||||
#ifdef R600_USE_LLVM
|
||||
use_llvm = debug_get_bool_option("R600_LLVM", TRUE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue