r600g/llvm: Fix build

This commit is contained in:
Tom Stellard 2013-03-11 11:10:51 -04:00
parent e4e655fd11
commit a0676968b9

View file

@ -1247,7 +1247,7 @@ static int r600_shader_from_tgsi(struct r600_screen *rscreen,
unsigned inst_byte_count = 0;
#ifdef R600_USE_LLVM
use_llvm = !(ctx->screen->debug_flags & DBG_NO_LLVM);
use_llvm = !(rscreen->debug_flags & DBG_NO_LLVM);
#endif
ctx.bc = &shader->bc;
ctx.shader = shader;