diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-11-12 21:34:29 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-11-12 21:34:29 +0000 |
commit | d6c8de1ef2c53e7ab29a725344daa3b39f234b59 (patch) | |
tree | 2de91f1456a8cbba3b5938c23935fa01f3de67a4 /openmp/runtime/src | |
parent | 00afbd01adddd85a9e273c00cba7bd82eda96bef (diff) | |
download | bcm5719-llvm-d6c8de1ef2c53e7ab29a725344daa3b39f234b59.tar.gz bcm5719-llvm-d6c8de1ef2c53e7ab29a725344daa3b39f234b59.zip |
Remove outdated comment
llvm-svn: 252953
Diffstat (limited to 'openmp/runtime/src')
-rw-r--r-- | openmp/runtime/src/kmp_runtime.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openmp/runtime/src/kmp_runtime.c b/openmp/runtime/src/kmp_runtime.c index 4490d083245..1df00532dc2 100644 --- a/openmp/runtime/src/kmp_runtime.c +++ b/openmp/runtime/src/kmp_runtime.c @@ -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. |