From: Nicolai Hähnle Date: Sat, 24 Jun 2017 12:50:45 +0000 (+0200) Subject: ac/nir: whitespace fixes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=07597632a5c6a78ce0b17523bfe20e9a1536d0da;p=mesa.git ac/nir: whitespace fixes Reviewed-by: Marek Olšák --- diff --git a/src/amd/common/ac_nir_to_llvm.c b/src/amd/common/ac_nir_to_llvm.c index a57fb2fc6b9..d041e6a9dd5 100644 --- a/src/amd/common/ac_nir_to_llvm.c +++ b/src/amd/common/ac_nir_to_llvm.c @@ -6198,7 +6198,7 @@ LLVMModuleRef ac_translate_nir_to_llvm(LLVMTargetMachineRef tm, memset(shader_info, 0, sizeof(*shader_info)); ac_nir_shader_info_pass(nir, options, &shader_info->info); - + LLVMSetTarget(ctx.module, options->supports_spill ? "amdgcn-mesa-mesa3d" : "amdgcn--"); LLVMTargetDataRef data_layout = LLVMCreateTargetDataLayout(tm);