From: Scott Linder Date: Mon, 30 Jul 2018 22:52:07 +0000 (+0000) Subject: Fix use of uninitialized variable in r338299 X-Git-Tag: llvmorg-7.0.0-rc1~238 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7c45685832e868510e87c7f87f741f0c9c8d578;p=platform%2Fupstream%2Fllvm.git Fix use of uninitialized variable in r338299 llvm-svn: 338321 --- diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 8dca6f1..5be6fb3 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -989,9 +989,9 @@ llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, EltTys.push_back(DBuilder.createMemberType( Unit, "__descriptor", nullptr, LineNo, FieldSize, FieldAlign, FieldOffset, llvm::DINode::FlagZero, DescTy)); + FieldOffset += FieldSize; } - FieldOffset += FieldSize; Elements = DBuilder.getOrCreateArray(EltTys); // The __block_literal_generic structs are marked with a special