]> granicus.if.org Git - clang/commitdiff
NULL->nullptr
authorAlexander Musman <alexander.musman@gmail.com>
Thu, 11 Sep 2014 08:10:57 +0000 (08:10 +0000)
committerAlexander Musman <alexander.musman@gmail.com>
Thu, 11 Sep 2014 08:10:57 +0000 (08:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217573 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGOpenMPRuntime.cpp

index e5de9fc2f9a8e5f0927627ba84871176c8ef0beb..7e68c4829e7d0d2aa362f2a80ed163f68cce8db8 100644 (file)
@@ -29,7 +29,7 @@ CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM)
   IdentTy = llvm::StructType::create(
       "ident_t", CGM.Int32Ty /* reserved_1 */, CGM.Int32Ty /* flags */,
       CGM.Int32Ty /* reserved_2 */, CGM.Int32Ty /* reserved_3 */,
-      CGM.Int8PtrTy /* psource */, NULL);
+      CGM.Int8PtrTy /* psource */, nullptr);
   // Build void (*kmpc_micro)(kmp_int32 *global_tid, kmp_int32 *bound_tid,...)
   llvm::Type *MicroParams[] = {llvm::PointerType::getUnqual(CGM.Int32Ty),
                                llvm::PointerType::getUnqual(CGM.Int32Ty)};