diff options
Diffstat (limited to 'lib/CodeGen/CodeGenModule.cpp')
| -rw-r--r-- | lib/CodeGen/CodeGenModule.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/CodeGen/CodeGenModule.cpp b/lib/CodeGen/CodeGenModule.cpp index ff26d80fe2b6..a0254797ea43 100644 --- a/lib/CodeGen/CodeGenModule.cpp +++ b/lib/CodeGen/CodeGenModule.cpp @@ -751,7 +751,7 @@ void CodeGenModule::EmitCtorList(CtorList &Fns, const char *GlobalName) {    // Get the type of a ctor entry, { i32, void ()*, i8* }.    llvm::StructType *CtorStructTy = llvm::StructType::get( -      Int32Ty, llvm::PointerType::getUnqual(CtorFTy), VoidPtrTy, nullptr); +      Int32Ty, llvm::PointerType::getUnqual(CtorFTy), VoidPtrTy);    // Construct the constructor and destructor arrays.    ConstantInitBuilder builder(*this); | 
