This commit is contained in:
obdev 2024-12-06 13:18:40 +00:00 committed by ob-robot
parent b647871c42
commit ce7abf177e

View File

@ -353,9 +353,9 @@ int ObLLVMDIHelper::create_struct_type(
int ObLLVMDIHelper::create_array_type(ObLLVMDIType &base_type, int64_t count,
ObLLVMDIType &array_type)
{
int ret = OB_SUCCESS;
ObDIType *type_ptr = NULL;
DISubrange *subrange = NULL;
int ret = OB_SUCCESS;
ObDIType *type_ptr = NULL;
DISubrange *subrange = NULL;
if (OB_ISNULL(jc_)) {
ret = OB_NOT_INIT;
LOG_WARN("jc is NULL", K(ret));