r600g/llvm: Update CONSTANT_BUFFER address space definition
To match recent LLVM changes. Signed-off-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
#if defined R600_USE_LLVM || defined HAVE_OPENCL
|
||||
|
||||
#define CONSTANT_BUFFER_0_ADDR_SPACE 9
|
||||
#define CONSTANT_BUFFER_0_ADDR_SPACE 8
|
||||
#define CONSTANT_BUFFER_1_ADDR_SPACE (CONSTANT_BUFFER_0_ADDR_SPACE + R600_UCP_CONST_BUFFER)
|
||||
|
||||
static LLVMValueRef llvm_fetch_const(
|
||||
|
||||
Reference in New Issue
Block a user