[to #46859072] fix serval complex type bugs
This commit is contained in:
@ -4218,10 +4218,8 @@ int ObPLCodeGenerator::generate_get_collection_attr(ObLLVMValue ¶m_array,
|
||||
} else {
|
||||
if (current_access.var_type_.is_composite_type()) {
|
||||
OZ (helper_.get_int8(ObExtendType, type_value));
|
||||
} else {
|
||||
OZ (helper_.get_int8(current_access.var_type_.get_obj_type(), type_value));
|
||||
OZ (helper_.create_store(type_value, p_type_value));
|
||||
}
|
||||
OZ (helper_.create_store(type_value, p_type_value));
|
||||
OZ (helper_.create_br(after_delete_block));
|
||||
}
|
||||
OZ (helper_.set_insert_point(after_delete_block));
|
||||
|
||||
Reference in New Issue
Block a user