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:
Michel Dänzer 2014-01-28 10:12:32 +09:00 committed by Michel Dänzer
parent 7209703432
commit a818bf481a

View file

@ -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));