gallivm: Remove redundant initialization of dst_vec_type.
dec_vec_type is already initialized to lp_build_vec_type(dst_type) at its declaration.
This commit is contained in:
@@ -263,8 +263,6 @@ lp_build_pack2(LLVMBuilderRef builder,
|
||||
LLVMValueRef shuffle;
|
||||
LLVMValueRef res;
|
||||
|
||||
dst_vec_type = lp_build_vec_type(dst_type);
|
||||
|
||||
assert(!src_type.floating);
|
||||
assert(!dst_type.floating);
|
||||
assert(src_type.width == dst_type.width * 2);
|
||||
|
||||
Reference in New Issue
Block a user