mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 05:20:09 +01:00
radeonsi: Remove incorrect (and dead) assignment in tex_fetch_args().
The proper return type is assigned at the end of the function.
This commit is contained in:
parent
07eddc444c
commit
a9816cc784
1 changed files with 0 additions and 2 deletions
|
|
@ -911,8 +911,6 @@ static void tex_fetch_args(
|
|||
while (count < util_next_power_of_two(count))
|
||||
address[count++] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context));
|
||||
|
||||
emit_data->dst_type = LLVMVectorType(LLVMInt32TypeInContext(gallivm->context),
|
||||
count);
|
||||
emit_data->args[1] = lp_build_gather_values(gallivm, address, count);
|
||||
|
||||
/* Resource */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue