ac: silence a warning
trivial
This commit is contained in:
@@ -119,10 +119,9 @@ ac_build_gather_values_extended(struct ac_llvm_context *ctx,
|
||||
bool load)
|
||||
{
|
||||
LLVMBuilderRef builder = ctx->builder;
|
||||
LLVMValueRef vec;
|
||||
LLVMValueRef vec = NULL;
|
||||
unsigned i;
|
||||
|
||||
|
||||
if (value_count == 1) {
|
||||
if (load)
|
||||
return LLVMBuildLoad(builder, values[0], "");
|
||||
|
Reference in New Issue
Block a user