mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
r600g: s/r600_llvm_gpu_string/r600_get_llvm_processor_name/
Fixes build failure introduced by commit
65dc588bfd ('r600g,radeonsi: consolidate
get_compute_param'), which consolidated the former into the latter.
This commit is contained in:
parent
7209703432
commit
a818bf481a
1 changed files with 1 additions and 1 deletions
|
|
@ -828,7 +828,7 @@ unsigned r600_llvm_compile(
|
|||
{
|
||||
unsigned r;
|
||||
struct radeon_llvm_binary binary;
|
||||
const char * gpu_family = r600_llvm_gpu_string(family);
|
||||
const char * gpu_family = r600_get_llvm_processor_name(family);
|
||||
unsigned i;
|
||||
|
||||
memset(&binary, 0, sizeof(struct radeon_llvm_binary));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue