[Openmp-commits] [openmp] r252953 - Remove outdated comment

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Thu Nov 12 13:34:29 PST 2015


Author: jlpeyton
Date: Thu Nov 12 15:34:29 2015
New Revision: 252953

URL: http://llvm.org/viewvc/llvm-project?rev=252953&view=rev
Log:
Remove outdated comment

Modified:
    openmp/trunk/runtime/src/kmp_runtime.c

Modified: openmp/trunk/runtime/src/kmp_runtime.c
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/src/kmp_runtime.c?rev=252953&r1=252952&r2=252953&view=diff
==============================================================================
--- openmp/trunk/runtime/src/kmp_runtime.c (original)
+++ openmp/trunk/runtime/src/kmp_runtime.c Thu Nov 12 15:34:29 2015
@@ -5801,9 +5801,6 @@ __kmp_internal_end(void)
         // contain valid data, but it is only valid in the parent process,
         // not the child.
         //
-        // One of the possible fixes for CQ138434 / CQ140126
-        // (used in 20091103_dreamworks patch)
-        //
         // New behavior (201008): instead of keying off of the flag
         // __kmp_init_parallel, the monitor thread creation is keyed off
         // of the new flag __kmp_init_monitor.




More information about the Openmp-commits mailing list