Fix use of uninitialized variable in r338299
authorScott Linder <scott@scottlinder.com>
Mon, 30 Jul 2018 22:52:07 +0000 (22:52 +0000)
committerScott Linder <scott@scottlinder.com>
Mon, 30 Jul 2018 22:52:07 +0000 (22:52 +0000)
llvm-svn: 338321

clang/lib/CodeGen/CGDebugInfo.cpp

index 8dca6f1..5be6fb3 100644 (file)
@@ -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