Skip to content

radeonsi: Fix unused variable when LLVM is not used for AMD.

What does this MR do and why?

radeonsi: Fix unused variable when LLVM is not used for AMD.

use_aco is only used when define AMD_LLVM_AVAILABLE is set. Inline
it into its only user.
Edited by Daniel Lundqvist

Merge request reports