================
Comment at: lib/CodeGen/CGOpenMPRuntime.cpp:364
@@ +363,3 @@
+                                         /*isVarArg*/ false)->getPointerTo();
+  CCtor = llvm::Constant::getNullValue(CCtorTy);
+  if (Ctor == nullptr) {
----------------
As elsewhere, please rename CCtor to be more easily distinguishable from Ctor.

Please also document what the purpose of this function is and why it's okay to 
always pass null here.

http://reviews.llvm.org/D4002



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to