carlo.bertolli added inline comments.

================
Comment at: lib/Basic/OpenMPKinds.cpp:460
@@ -449,4 +459,3 @@
          DKind == OMPD_single || DKind == OMPD_parallel_for ||
-         DKind == OMPD_parallel_for_simd ||
-         DKind == OMPD_parallel_sections; // TODO add next directives.
+         DKind == OMPD_parallel_for_simd || DKind == OMPD_parallel_sections; 
// TODO add next directives.
 }
----------------
ABataev wrote:
> Revert these changes back
This changed due to taskloop. I have added distribute after taskloop and placed 
the comment in the same way as is in the current trunk for taskloop.


Repository:
  rL LLVM

http://reviews.llvm.org/D15125



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to