radeonsi: use ac_get_llvm_processor_name

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
Marek Olšák
2017-11-07 03:43:38 +01:00
parent c29f5fe41c
commit 81f81fdb54
5 changed files with 7 additions and 39 deletions

View File

@@ -74,7 +74,7 @@ LLVMTargetRef ac_get_llvm_target(const char *triple)
return target;
}
static const char *ac_get_llvm_processor_name(enum radeon_family family)
const char *ac_get_llvm_processor_name(enum radeon_family family)
{
switch (family) {
case CHIP_TAHITI: